diff options
| author | Philipp Krones <hello@philkrones.com> | 2024-11-07 17:26:23 +0100 |
|---|---|---|
| committer | Philipp Krones <hello@philkrones.com> | 2024-11-07 17:27:46 +0100 |
| commit | d583df02cccf61e1c54ef4a486e9bada68d488cd (patch) | |
| tree | 8376471684e6b0686385cd95ae3c4e2fd3641767 | |
| parent | a5d6100a101b058bcb8e1c3bb66b1c5b3df24d5e (diff) | |
| download | rust-d583df02cccf61e1c54ef4a486e9bada68d488cd.tar.gz rust-d583df02cccf61e1c54ef4a486e9bada68d488cd.zip | |
Remove ui/no_lints.rs test
This test was only meant for debugging purposes
| -rw-r--r-- | tests/ui/no_lints.rs | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/ui/no_lints.rs b/tests/ui/no_lints.rs deleted file mode 100644 index 77c466c4a55..00000000000 --- a/tests/ui/no_lints.rs +++ /dev/null @@ -1,3 +0,0 @@ -#![deny(clippy::all)] - -fn main() {} |
