]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/cast_abs_to_unsigned.fixed
Rollup merge of #100462 - zohnannor:master, r=thomcc
[rust.git] / src / tools / clippy / tests / ui / cast_abs_to_unsigned.fixed
index 7ecefd7b13439f5e7df85c5ad3fff049371be523..a37f3fec20f1ed2eabddd868ea3af2d89052f820 100644 (file)
@@ -1,5 +1,6 @@
 // run-rustfix
 #![warn(clippy::cast_abs_to_unsigned)]
+#![allow(clippy::uninlined_format_args)]
 
 fn main() {
     let x: i32 = -42;