commit | 73b7ca1697c3758f3c2fa1813b37cf340434a6b7 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Thu Aug 30 21:05:13 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Thu Aug 30 21:05:13 2018 -0700 |
tree | 3b00f4ab08d962f717d7d4a12d55fa857858ce10 | |
parent | 4831ac68922638c1de196aeb2b7eeaaa7c96c42c [diff] [blame] |
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> {