We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ecf8ffc commit 087f52cCopy full SHA for 087f52c
tests/source/cfg_mod/mod.rs
@@ -1,3 +1,4 @@
1
+// rustfmt-recursive: true
2
#[cfg_attr(feature = "foo", path = "foo.rs")]
3
#[cfg_attr(not(feture = "foo"), path = "bar.rs")]
4
mod sub_mod;
tests/target/cfg_mod/mod.rs
0 commit comments