From 84dadb6139aa4e5f6495a86b2fa27476a6758b4f Mon Sep 17 00:00:00 2001 From: ljedrz Date: Tue, 10 Jul 2018 21:58:16 +0200 Subject: Pacify tidy --- src/libsyntax/ext/base.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/libsyntax') diff --git a/src/libsyntax/ext/base.rs b/src/libsyntax/ext/base.rs index 331ab2dc08d..75071802ed4 100644 --- a/src/libsyntax/ext/base.rs +++ b/src/libsyntax/ext/base.rs @@ -255,7 +255,8 @@ pub type MacroExpanderFn = -> Box; impl TTMacroExpander for F - where F: for<'cx> Fn(&'cx mut ExtCtxt, Span, &[tokenstream::TokenTree]) -> Box + where F: for<'cx> Fn(&'cx mut ExtCtxt, Span, &[tokenstream::TokenTree]) + -> Box { fn expand<'cx>(&self, ecx: &'cx mut ExtCtxt, span: Span, input: TokenStream) -> Box { -- cgit 1.4.1-3-g733a5