commit | e614f28ce782edb082584a5847dd7962cdff4a8c | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Oct 27 22:50:12 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Oct 27 22:50:12 2018 -0700 |
tree | b45f3d599823829feceea93a5327364fd899945d | |
parent | 54a8feefac86ec4248bcb7268fb59af8444613e1 [diff] [blame] |
Format with rustfmt 0.99.6-nightly
diff --git a/src/parse_quote.rs b/src/parse_quote.rs index 7be6039..5d4045b 100644 --- a/src/parse_quote.rs +++ b/src/parse_quote.rs
@@ -39,10 +39,7 @@ /// /// ``` #[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;" -)] +#[cfg_attr(not(syn_can_call_macro_by_path), doc = " extern crate quote;")] /// #[macro_use] /// extern crate syn; ///