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 17035a9 commit 5ab22d9Copy full SHA for 5ab22d9
rustfmt-core/rustfmt-lib/tests/source/configs/space_around_attr_eq/false.rs
@@ -0,0 +1,6 @@
1
+// rustfmt-space_around_attr_eq: false
2
+
3
+fn attr_eq_test() {
4
+ #[cfg(not(target_os = "pi"))]
5
+ println!("os is not pi!");
6
+}
rustfmt-core/rustfmt-lib/tests/source/space_around_attr_eq.rs renamed to rustfmt-core/rustfmt-lib/tests/source/configs/space_around_attr_eq/true.rs
rustfmt-core/rustfmt-lib/tests/target/configs/space_around_attr_eq/false.rs
+ #[cfg(not(target_os="pi"))]
rustfmt-core/rustfmt-lib/tests/target/space_around_attr_eq.rs renamed to rustfmt-core/rustfmt-lib/tests/target/configs/space_around_attr_eq/true.rs
0 commit comments