We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3174c5c + 8f3fd85 commit 39b6086Copy full SHA for 39b6086
src/libsyntax_pos/symbol.rs
@@ -225,7 +225,7 @@ impl Decodable for Ident {
225
}
226
227
/// A symbol is an interned or gensymed string. The use of `newtype_index!` means
228
-/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index! reserves
+/// that `Option<Symbol>` only takes up 4 bytes, because `newtype_index!` reserves
229
/// the last 256 values for tagging purposes.
230
///
231
/// Note that `Symbol` cannot directly be a `newtype_index!` because it implements
0 commit comments