diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-08 01:39:29 +0200 |
|---|---|---|
| committer | Mazdak Farrokhzad <twingoow@gmail.com> | 2019-06-09 04:16:34 +0200 |
| commit | 3ba82f7cd8f74d73ebbdcd45aefc761f518f782d (patch) | |
| tree | 1954d1b6ded2f19ec8a872cf4502493b5e00ec4c /src/libsyntax/ext | |
| parent | 73c6563ce0b2cafbe47f55143ed9e29059afbc56 (diff) | |
| download | rust-3ba82f7cd8f74d73ebbdcd45aefc761f518f782d.tar.gz rust-3ba82f7cd8f74d73ebbdcd45aefc761f518f782d.zip | |
pacify tidy.
Diffstat (limited to 'src/libsyntax/ext')
| -rw-r--r-- | src/libsyntax/ext/tt/quoted.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libsyntax/ext/tt/quoted.rs b/src/libsyntax/ext/tt/quoted.rs index 4920ddfbfe5..b52e3b71505 100644 --- a/src/libsyntax/ext/tt/quoted.rs +++ b/src/libsyntax/ext/tt/quoted.rs @@ -375,7 +375,7 @@ fn parse_kleene_op( .as_ref() .map(tokenstream::TokenTree::span) .unwrap_or(span)), - } + } } /// Attempt to parse a single Kleene star, possibly with a separator. |
