mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +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
|
@ -119,7 +119,7 @@ enum Fragment {
|
|||
/// precedence. Note that this impl is different from the one currently in
|
||||
/// `rustc` -- `rustc` doesn't translate fragments into token trees at all.
|
||||
///
|
||||
/// At one point in time, we tried to to use "fake" delimiters here a-la
|
||||
/// At one point in time, we tried to use "fake" delimiters here à la
|
||||
/// proc-macro delimiter=none. As we later discovered, "none" delimiters are
|
||||
/// tricky to handle in the parser, and rustc doesn't handle those either.
|
||||
Expr(tt::TokenTree),
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue