diff --git a/tests/target/disable_all_formatting.rs b/tests/target/disable_all_formatting.rs deleted file mode 100644 index ef7e4ee9362..00000000000 --- a/tests/target/disable_all_formatting.rs +++ /dev/null @@ -1,4 +0,0 @@ -// rustfmt-disable_all_formatting: true -// Don't format anything. - -fn main() { println!("This should not be formatted."); }