commit | eb7d79b35fcc8cfb36cf32ddea9db7d7b18b6e54 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 22:52:17 2018 +0200 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Mar 31 22:52:17 2018 +0200 |
tree | ab6ecaadb3ef4cfa7d19a8fc660295f282d12e57 | |
parent | 1208dcef5b6803d8a835ae3d67e1466b9d287a5f [diff] [blame] |
Format with rustfmt 0.4.1
diff --git a/tests/test_grouping.rs b/tests/test_grouping.rs index ca686f6..fde9d5a 100644 --- a/tests/test_grouping.rs +++ b/tests/test_grouping.rs
@@ -11,8 +11,8 @@ #[macro_use] extern crate syn; -use syn::{BinOp, Expr, ExprBinary, ExprGroup, ExprLit, Lit}; use syn::token::Group; +use syn::{BinOp, Expr, ExprBinary, ExprGroup, ExprLit, Lit}; extern crate proc_macro2; use proc_macro2::*;