diff options
| author | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-12 11:15:46 +0200 | 
|---|---|---|
| committer | omahs <73983677+omahs@users.noreply.github.com> | 2025-05-12 17:20:49 +0000 | 
| commit | 1caaa887003ed84b5c7022ded53ff50e699af666 (patch) | |
| tree | 364044934e331c2dc6f3ba4fdfd1a0e096cc5178 /compiler/rustc_macros/src | |
| parent | ac9ac0e0f36dcd7f8a8f0405cd003585fe4e4426 (diff) | |
| download | rust-1caaa887003ed84b5c7022ded53ff50e699af666.tar.gz rust-1caaa887003ed84b5c7022ded53ff50e699af666.zip | |
Fix typos
Diffstat (limited to 'compiler/rustc_macros/src')
| -rw-r--r-- | compiler/rustc_macros/src/symbols.rs | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/compiler/rustc_macros/src/symbols.rs b/compiler/rustc_macros/src/symbols.rs index 0400de62274..2b00b7dd27a 100644 --- a/compiler/rustc_macros/src/symbols.rs +++ b/compiler/rustc_macros/src/symbols.rs @@ -299,7 +299,7 @@ fn symbols_with_errors(input: TokenStream) -> (TokenStream, Vec<syn::Error>) { let output = quote! { const SYMBOL_DIGITS_BASE: u32 = #symbol_digits_base; - /// The number of predefined symbols; this is the the first index for + /// The number of predefined symbols; this is the first index for /// extra pre-interned symbols in an Interner created via /// [`Interner::with_extra_symbols`]. pub const PREDEFINED_SYMBOLS_COUNT: u32 = #predefined_symbols_count; | 
