]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/eq_op.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / eq_op.rs
index a88866436dd527e6942a91ab504b28a46fdf4d62..020c7d795a4cd5c4a26ce454de013577462abe78 100644 (file)
@@ -1,6 +1,13 @@
-#![feature(tool_lints)]
-
-
+// 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.
+
+#[rustfmt::skip]
 #[warn(clippy::eq_op)]
 #[allow(clippy::identity_op, clippy::double_parens, clippy::many_single_char_names)]
 #[allow(clippy::no_effect, unused_variables, clippy::unnecessary_operation, clippy::short_circuit_statement)]
@@ -97,6 +104,7 @@ fn bitand(self, rhs: &'a Y) -> Y {
     const D: u32 = A / A;
 }
 
+#[rustfmt::skip]
 macro_rules! check_if_named_foo {
     ($expression:expr) => (
         if stringify!($expression) == "foo" {