]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/infinite_iter.rs
Auto merge of #102717 - beetrees:repr128-c-style-debuginfo, r=nagisa
[rust.git] / src / tools / clippy / tests / ui / infinite_iter.rs
index a1e5fad0c621fbb51913dfe903fd0c26ea4044db..622644f675d3537a336a11a8713e119811940230 100644 (file)
@@ -1,3 +1,5 @@
+#![allow(clippy::uninlined_format_args)]
+
 use std::iter::repeat;
 fn square_is_lower_64(x: &u32) -> bool {
     x * x < 64