From 3ba82f7cd8f74d73ebbdcd45aefc761f518f782d Mon Sep 17 00:00:00 2001 From: Mazdak Farrokhzad Date: Sat, 8 Jun 2019 01:39:29 +0200 Subject: [PATCH] pacify tidy. --- src/libsyntax/ext/tt/quoted.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libsyntax/ext/tt/quoted.rs b/src/libsyntax/ext/tt/quoted.rs index 4920ddfbfe564..b52e3b7150567 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.