Skip to content

Commit 2f7d7c2

Browse files
committed
Remove an erroneous comment.
1 parent 1b154a3 commit 2f7d7c2

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libsyntax_pos/symbol.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1079,7 +1079,6 @@ impl Ident {
10791079
}
10801080
}
10811081

1082-
// If an interner exists, return it. Otherwise, prepare a fresh one.
10831082
#[inline]
10841083
fn with_interner<T, F: FnOnce(&mut Interner) -> T>(f: F) -> T {
10851084
GLOBALS.with(|globals| f(&mut *globals.symbol_interner.lock()))

0 commit comments

Comments
 (0)