Fix typo: fo->for
This commit is contained in:
parent
1a97162cb2
commit
f4ba14d290
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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 {
|
pub struct TtParser {
|
||||||
macro_name: Ident,
|
macro_name: Ident,
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue