mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-29 20:46:07 +03:00
Fix typo: fo->for
This commit is contained in:
committed by
GitHub
parent
1a97162cb2
commit
f4ba14d290
@@ -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,
|
||||
|
||||
|
||||
Reference in New Issue
Block a user