mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-23 22:05:31 +03:00
Remove an erroneous comment.
This commit is contained in:
@@ -1079,7 +1079,6 @@ pub fn is_raw_guess(self) -> bool {
|
||||
}
|
||||
}
|
||||
|
||||
// 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()))
|
||||
|
||||
Reference in New Issue
Block a user