commit | f1a1026336753a0e88af163c928b90ff2f70a1c7 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Oct 13 15:33:50 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Oct 13 15:33:50 2018 -0700 |
tree | b548f4e2ff966aa371d717558657ff89fdb6f794 | |
parent | 19007d6e2e74c996ed7dfc2d95bd1eae5be171e5 [diff] [blame] |
Format with rustfmt 0.99.5-nightly
diff --git a/src/parse_quote.rs b/src/parse_quote.rs index 93e2759..7be6039 100644 --- a/src/parse_quote.rs +++ b/src/parse_quote.rs
@@ -38,10 +38,7 @@ /// parameter `T` in the input generics. /// /// ``` -#[cfg_attr( - not(syn_can_call_macro_by_path), - doc = " #[macro_use]" -)] +#[cfg_attr(not(syn_can_call_macro_by_path), doc = " #[macro_use]")] #[cfg_attr( not(syn_can_call_macro_by_path), doc = " extern crate quote;"