Remove an erroneous comment.
This commit is contained in:
parent
1b154a31cd
commit
2f7d7c2ca4
1 changed files with 0 additions and 1 deletions
|
@ -1079,7 +1079,6 @@ impl Ident {
|
|||
}
|
||||
}
|
||||
|
||||
// If an interner exists, return it. Otherwise, prepare a fresh one.
|
||||
#[inline]
|
||||
fn with_interner<T, F: FnOnce(&mut Interner) -> T>(f: F) -> T {
|
||||
GLOBALS.with(|globals| f(&mut *globals.symbol_interner.lock()))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue