commit | 2beee045624055a049b510a2b95998848a4ba7ba | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Wed Apr 03 08:36:59 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Wed Apr 03 08:36:59 2019 -0700 |
tree | 7fce9da2fa8f58a7c2ba2b5c79d7331ec07e9e73 | |
parent | 6cfbe161162e9798be8f8ca4326f825c94190335 [diff] |
Format with rustfmt 2019-03-27
diff --git a/tests/test_meta.rs b/tests/test_meta.rs index 4fb35da..5a8cba7 100644 --- a/tests/test_meta.rs +++ b/tests/test_meta.rs
@@ -5,9 +5,9 @@ #[macro_use] mod macros; +use std::fmt::Debug; use syn::parse::Parse; use syn::{Meta, MetaList, MetaNameValue, NestedMeta}; -use std::fmt::Debug; #[test] fn test_parse_meta_item_word() {