mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-27 04:19:13 +00:00
Remove repetitive words
Signed-off-by: cui fliter <imcusg@gmail.com>
This commit is contained in:
parent
b57658d9a9
commit
58239f2990
2 changed files with 2 additions and 2 deletions
|
@ -245,7 +245,7 @@ fn traverse(
|
|||
let mut macro_highlighter = MacroHighlighter::default();
|
||||
|
||||
// FIXME: these are not perfectly accurate, we determine them by the real file's syntax tree
|
||||
// an an attribute nested in a macro call will not emit `inside_attribute`
|
||||
// an attribute nested in a macro call will not emit `inside_attribute`
|
||||
let mut inside_attribute = false;
|
||||
let mut inside_macro_call = false;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue