mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-01 19:23:50 +00:00
Rollup merge of #45954 - udoprog:fix-style, r=kennytm
Fix style in interner test
This commit is contained in:
commit
48d2627c38
@ -416,7 +416,7 @@ mod tests {
|
||||
// first one is zero:
|
||||
assert_eq!(i.intern("dog"), Symbol(0));
|
||||
// re-use gets the same entry:
|
||||
assert_eq!(i.intern ("dog"), Symbol(0));
|
||||
assert_eq!(i.intern("dog"), Symbol(0));
|
||||
// different string gets a different #:
|
||||
assert_eq!(i.intern("cat"), Symbol(1));
|
||||
assert_eq!(i.intern("cat"), Symbol(1));
|
||||
|
Loading…
Reference in New Issue
Block a user