]> git.lizzy.rs Git - rust.git/blobdiff - tests/run-pass/ice_exacte_size.rs
Adapt run-pass tests to the tool_lints
[rust.git] / tests / run-pass / ice_exacte_size.rs
index 914153c64fff9364720ff4643ed5ae5888d66ddf..3d25aa50499930b5ba7b8427e9b74b31ad908129 100644 (file)
@@ -1,4 +1,6 @@
-#![deny(clippy)]
+#![feature(tool_lints)]
+
+#![deny(clippy::all)]
 
 #[allow(dead_code)]
 struct Foo;