diff options
Diffstat (limited to 'src/libsyntax_pos/symbol.rs')
| -rw-r--r-- | src/libsyntax_pos/symbol.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax_pos/symbol.rs b/src/libsyntax_pos/symbol.rs index 62f22475e7d..6b4684e14fc 100644 --- a/src/libsyntax_pos/symbol.rs +++ b/src/libsyntax_pos/symbol.rs @@ -586,7 +586,7 @@ impl InternedString { }); // This is safe because the interner keeps string alive until it is dropped. // We can access it because we know the interner is still alive since we use a - // scoped thread local to access it, and it was alive at the begining of this scope + // scoped thread local to access it, and it was alive at the beginning of this scope unsafe { f(&*str) } } |
