]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/println_empty_string.rs
Auto merge of #6304 - matthiaskrgr:crash_6302, r=llogiq
[rust.git] / tests / ui / println_empty_string.rs
index afc37b1bec7517abed6dbcfad99644268b31ff45..890f5f68476031be617714b7faea400cc8b66e95 100644 (file)
@@ -1,12 +1,5 @@
-// Copyright 2014-2018 The Rust Project Developers. See the COPYRIGHT
-// file at the top-level directory of this distribution.
-//
-// Licensed under the Apache License, Version 2.0 <LICENSE-APACHE or
-// http://www.apache.org/licenses/LICENSE-2.0> or the MIT license
-// <LICENSE-MIT or http://opensource.org/licenses/MIT>, at your
-// option. This file may not be copied, modified, or distributed
-// except according to those terms.
-
+// run-rustfix
+#![allow(clippy::match_single_binding)]
 
 fn main() {
     println!();