We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c2fcb6 commit c9461e0Copy full SHA for c9461e0
tests/tests/run-pass.rs
@@ -7,6 +7,7 @@
7
// except according to those terms.
8
9
#![cfg_attr(feature = "unstable", feature(proc_macro, proc_macro_non_items))]
10
+#![cfg_attr(rustfmt, rustfmt_skip)]
11
12
#[cfg_attr(not(feature = "unstable"), macro_use)]
13
extern crate indoc;
0 commit comments