]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/temporary_assignment.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / temporary_assignment.rs
index b4a931043b00d4d0c7e3a0f5320d804345b1a09b..ac4c1bc65979fb5f38661d3f8ac37487ef802e89 100644 (file)
@@ -1,5 +1,4 @@
 #![warn(clippy::temporary_assignment)]
-#![allow(const_item_mutation)]
 
 use std::ops::{Deref, DerefMut};