]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/assign_ops.rs
Auto merge of #3603 - xfix:random-state-lint, r=phansch
[rust.git] / tests / ui / assign_ops.rs
index 5d791ba8f545fd41299b92817d1ef5c6e9518b93..75cd75438239c7813755fcfb6a397458225c8b21 100644 (file)
@@ -7,9 +7,6 @@
 // option. This file may not be copied, modified, or distributed
 // except according to those terms.
 
-
-#![feature(tool_lints)]
-
 #[allow(dead_code, unused_assignments)]
 #[warn(clippy::assign_op_pattern)]
 fn main() {