Format with rustfmt 0.99.2
diff --git a/src/path.rs b/src/path.rs
index 4cdf2de..4a63b65 100644
--- a/src/path.rs
+++ b/src/path.rs
@@ -227,10 +227,10 @@
 #[cfg(feature = "parsing")]
 pub mod parsing {
     use super::*;
-    use parse::{Parse, ParseStream, Result};
-    use synom::ext::IdentExt;
     #[cfg(feature = "full")]
     use expr;
+    use parse::{Parse, ParseStream, Result};
+    use synom::ext::IdentExt;
 
     impl Parse for Path {
         fn parse(input: ParseStream) -> Result<Self> {