commit | 22b7710d5924e28892cf96777cf5462a7d5a81d7 | [log] [tgz] |
---|---|---|
author | David Tolnay <dtolnay@gmail.com> | Sat Aug 31 18:52:27 2019 -0700 |
committer | David Tolnay <dtolnay@gmail.com> | Sat Aug 31 18:52:27 2019 -0700 |
tree | fc98f946cf46a2dc99fc32acb2873b7279af6188 | |
parent | 8153c4908df636b842118097db7ccec0c62e1f40 [diff] |
Format with rustfmt 2019-08-19
diff --git a/tests/features.rs b/tests/features.rs index b61e337..073f6e6 100644 --- a/tests/features.rs +++ b/tests/features.rs
@@ -1,4 +1,8 @@ -#[test] #[ignore] +#[test] +#[ignore] fn make_sure_no_proc_macro() { - assert!(!cfg!(feature = "proc-macro"), "still compiled with proc_macro?"); + assert!( + !cfg!(feature = "proc-macro"), + "still compiled with proc_macro?" + ); }