Format with rustfmt 0.99.2
diff --git a/src/parse_quote.rs b/src/parse_quote.rs
index 6b1bb52..62559cb 100644
--- a/src/parse_quote.rs
+++ b/src/parse_quote.rs
@@ -116,9 +116,9 @@
 ////////////////////////////////////////////////////////////////////////////////
 // Any other types that we want `parse_quote!` to be able to parse.
 
+use punctuated::Punctuated;
 #[cfg(any(feature = "full", feature = "derive"))]
 use {attr, Attribute};
-use punctuated::Punctuated;
 
 #[cfg(any(feature = "full", feature = "derive"))]
 impl ParseQuote for Attribute {