commit | 5a556cffc5d2d61a8e0580683145779937d4a702 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sun Aug 12 13:49:39 2018 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sun Aug 12 13:49:39 2018 -0700 |
tree | 02a1588b7f68cb04d278e377372c28795a33cb1a | |
parent | 42739ba630e72310c1047e3d5e64449b47ca6017 [diff] [blame] |
Format with rustfmt 0.99.1
diff --git a/src/lib.rs b/src/lib.rs index b17615b..f319f45 100644 --- a/src/lib.rs +++ b/src/lib.rs
@@ -44,7 +44,10 @@ // Proc-macro2 types in rustdoc of other crates get linked to here. #![doc(html_root_url = "https://docs.rs/proc-macro2/0.4.11")] -#![cfg_attr(feature = "nightly", feature(proc_macro_raw_ident, proc_macro_span))] +#![cfg_attr( + feature = "nightly", + feature(proc_macro_raw_ident, proc_macro_span) +)] #[cfg(use_proc_macro)] extern crate proc_macro;