about summary refs log tree commit diff
path: root/tests/ui/println_empty_string.fixed
diff options
context:
space:
mode:
authorThibsG <Thibs@debian.com>2020-02-04 08:20:49 +0100
committerThibsG <Thibs@debian.com>2020-02-04 22:53:24 +0100
commit53094de08efea5f4f4ff2d5e8e7381bf8aede625 (patch)
tree0d587c74246efca3648d67d6307bd0334cdfabd1 /tests/ui/println_empty_string.fixed
parentb29aacfec8b45aad12288b011a23fc2dea38d0fc (diff)
downloadrust-53094de08efea5f4f4ff2d5e8e7381bf8aede625.tar.gz
rust-53094de08efea5f4f4ff2d5e8e7381bf8aede625.zip
Merge fixes
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!();