Skip to content

Commit c9461e0

Browse files
committed
Exclude indoc invocations in test code from rustfmt
1 parent 7c2fcb6 commit c9461e0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/tests/run-pass.rs

+1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
// except according to those terms.
88

99
#![cfg_attr(feature = "unstable", feature(proc_macro, proc_macro_non_items))]
10+
#![cfg_attr(rustfmt, rustfmt_skip)]
1011

1112
#[cfg_attr(not(feature = "unstable"), macro_use)]
1213
extern crate indoc;

0 commit comments

Comments
 (0)