Format with rustfmt 0.7.0

This commit is contained in:
David Tolnay
2018-05-22 21:06:32 -07:00
parent ad62a6895c
commit 06dcbbbaba
5 changed files with 27 additions and 13 deletions
+1 -1
View File
@@ -6,9 +6,9 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
use proc_macro2::TokenStream;
use quote::ToTokens;
use syn::token;
use proc_macro2::TokenStream;
pub enum Fragment {
/// Tokens that can be used as an expression.