mirror of
https://github.com/rust-lang/rust.git
synced 2025-02-13 23:42:56 +00:00
Rollup merge of #97880 - ChayimFriedman2:patch-2, r=lcnr
Fix typo: fo->for
This commit is contained in:
commit
c374529cb5
@ -362,7 +362,7 @@ fn token_name_eq(t1: &Token, t2: &Token) -> bool {
|
||||
}
|
||||
|
||||
// Note: the vectors could be created and dropped within `parse_tt`, but to avoid excess
|
||||
// allocations we have a single vector fo each kind that is cleared and reused repeatedly.
|
||||
// allocations we have a single vector for each kind that is cleared and reused repeatedly.
|
||||
pub struct TtParser {
|
||||
macro_name: Ident,
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user