about summary refs log tree commit diff
path: root/tests/ui/println_empty_string.fixed
diff options
context:
space:
mode:
Diffstat (limited to 'tests/ui/println_empty_string.fixed')
-rw-r--r--tests/ui/println_empty_string.fixed1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/ui/println_empty_string.fixed b/tests/ui/println_empty_string.fixed
index 4e84511d7b0..2b889b62ea9 100644
--- a/tests/ui/println_empty_string.fixed
+++ b/tests/ui/println_empty_string.fixed
@@ -1,4 +1,5 @@
 // run-rustfix
+#![allow(clippy::match_single_binding)]
 
 fn main() {
     println!();