]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/attrs.rs
Move MSRV tests into the lint specific test files
[rust.git] / tests / ui / attrs.rs
index 32685038067d6e257f4d9a61f16c2c7bcbe47627..8df6e19421ec5707f9d09b186ccd380236e1a8b9 100644 (file)
@@ -1,8 +1,5 @@
 #![warn(clippy::inline_always, clippy::deprecated_semver)]
 #![allow(clippy::assertions_on_constants)]
-// Test that the whole restriction group is not enabled
-#![warn(clippy::restriction)]
-#![deny(clippy::restriction)]
 #![allow(clippy::missing_docs_in_private_items, clippy::panic, clippy::unreachable)]
 
 #[inline(always)]