]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/types.fixed
Auto merge of #8374 - Alexendoo:bless-revisions, r=camsteffen
[rust.git] / tests / ui / types.fixed
index b1622e45f3b36350bf28fff811232c0b2ecce23e..417da42edf17b3dff4b70692a998bf306a474908 100644 (file)
@@ -1,7 +1,7 @@
 // run-rustfix
 
 #![allow(dead_code, unused_variables)]
-#![warn(clippy::all, clippy::pedantic)]
+#![warn(clippy::cast_lossless)]
 
 // should not warn on lossy casting in constant types
 // because not supported yet