]> git.lizzy.rs Git - rust.git/blobdiff - src/tools/clippy/tests/ui/to_string_in_display.rs
Rollup merge of #89876 - AlexApps99:const_ops, r=oli-obk
[rust.git] / src / tools / clippy / tests / ui / to_string_in_display.rs
index eb8105c6b6da0f28a50ee521f4550e065a96de55..3ccdcd1117b5a5d47dcf87f95b30acbdba631e13 100644 (file)
@@ -1,5 +1,5 @@
 #![warn(clippy::to_string_in_display)]
-#![allow(clippy::inherent_to_string_shadow_display)]
+#![allow(clippy::inherent_to_string_shadow_display, clippy::to_string_in_format_args)]
 
 use std::fmt;