diff --git a/src/token.rs b/src/token.rs index 0a28ff5..ec45304 100644 --- a/src/token.rs +++ b/src/token.rs @@ -190,7 +190,7 @@ impl TokenStream /// /// # Safety /// Uses `unsafe` to split borrows for individual mutable access - /// to components of the token without violating Rust’s aliasing rules. + /// to components of the token without violating Rust's aliasing rules. pub fn get_mut(&mut self, index: usize) -> Option> { if index < self.lexemes.len()