]> 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 a71a9ec81247b23e526eff67a4a9f330cbb444dc..417da42edf17b3dff4b70692a998bf306a474908 100644 (file)
@@ -1,6 +1,7 @@
 // run-rustfix
 
 #![allow(dead_code, unused_variables)]
+#![warn(clippy::cast_lossless)]
 
 // should not warn on lossy casting in constant types
 // because not supported yet