]> git.lizzy.rs Git - rust.git/blobdiff - tests/ui/types.rs
Auto merge of #68717 - petrochenkov:stabexpat, r=varkor
[rust.git] / tests / ui / types.rs
index 30463f9e2a1739351c098817466aa36c079ee343..b16e9e538b106a4c4fcb0a802ada71239501a6cb 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