]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/op_ref.rs
Fix `unnecessary_cast` suggestion when taking a reference
[rust.git] / tests / ui / op_ref.rs
index 8e53f2073e58d797792e63f028ec7d91ff8af45e..07226b0a1a83b272a250e20429b555b30f04bacd 100644 (file)
@@ -1,4 +1,4 @@
-#![allow(unused_variables, clippy::disallowed_name)]
+#![allow(unused_variables, clippy::disallowed_names)]
 #![warn(clippy::op_ref)]
 use std::collections::HashSet;
 use std::ops::{BitAnd, Mul};