File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -245,7 +245,7 @@ fn traverse(
245
245
let mut macro_highlighter = MacroHighlighter :: default ( ) ;
246
246
247
247
// FIXME: these are not perfectly accurate, we determine them by the real file's syntax tree
248
- // an an attribute nested in a macro call will not emit `inside_attribute`
248
+ // an attribute nested in a macro call will not emit `inside_attribute`
249
249
let mut inside_attribute = false ;
250
250
let mut inside_macro_call = false ;
251
251
Original file line number Diff line number Diff line change @@ -119,7 +119,7 @@ enum Fragment {
119
119
/// precedence. Note that this impl is different from the one currently in
120
120
/// `rustc` -- `rustc` doesn't translate fragments into token trees at all.
121
121
///
122
- /// At one point in time, we tried to to use "fake" delimiters here a- la
122
+ /// At one point in time, we tried to use "fake" delimiters here à la
123
123
/// proc-macro delimiter=none. As we later discovered, "none" delimiters are
124
124
/// tricky to handle in the parser, and rustc doesn't handle those either.
125
125
Expr ( tt:: TokenTree ) ,
You can’t perform that action at this time.
0 commit comments