]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/semicolon_if_nothing_returned.rs
Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa
[rust.git] / src / tools / clippy / tests / ui / semicolon_if_nothing_returned.rs
index c4dfbd9210e0d6e727ccb418962b717c6004f41e..4ab7dbab59cf0237486a9160934446dbd89643e3 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::semicolon_if_nothing_returned)]
-#![allow(clippy::redundant_closure)]
+#![allow(clippy::redundant_closure, clippy::uninlined_format_args)]
 
 fn get_unit() {}