]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/issue_2356.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / issue_2356.rs
index d251d51f3fc24abcf999eae706bf02ceb094efe9..9dd9069609b1445462a796b634c3e21b0b61232f 100644 (file)
@@ -1,16 +1,7 @@
-// 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.
-
-
-#![feature(tool_lints)]
-
+// run-rustfix
 #![deny(clippy::while_let_on_iterator)]
+#![allow(unused_mut)]
+#![allow(clippy::uninlined_format_args)]
 
 use std::iter::Iterator;