commit | 94d2b79e9025585c9a74f65ddd82be4b0fdf30b6 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Apr 29 12:26:10 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Apr 29 12:26:52 2018 -0700 |
tree | e9a0dafb0eb8fcc2e9f5cdc5932de847cc4e3921 | |
parent | a5ed2fe32a3c8ce99b1e216ff094630ac9f1f6e7 [diff] [blame] |
Format with rustfmt 0.4.2
diff --git a/tests/test_precedence.rs b/tests/test_precedence.rs index b3f90d2..1c4814d 100644 --- a/tests/test_precedence.rs +++ b/tests/test_precedence.rs
@@ -211,8 +211,8 @@ use syntax::ast::{Expr, ExprKind, Field, Mac, Pat, Stmt, StmtKind, Ty}; use syntax::ext::quote::rt::DUMMY_SP; use syntax::fold::{self, Folder}; - use syntax::util::ThinVec; use syntax::util::small_vector::SmallVector; + use syntax::util::ThinVec; fn expr(node: ExprKind) -> P<Expr> { P(Expr {