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.
1 parent 783c6ec commit b8891eeCopy full SHA for b8891ee
src/libsyntax_pos/symbol.rs
@@ -416,7 +416,7 @@ mod tests {
416
// first one is zero:
417
assert_eq!(i.intern("dog"), Symbol(0));
418
// re-use gets the same entry:
419
- assert_eq!(i.intern ("dog"), Symbol(0));
+ assert_eq!(i.intern("dog"), Symbol(0));
420
// different string gets a different #:
421
assert_eq!(i.intern("cat"), Symbol(1));
422
0 commit comments