summaryrefslogtreecommitdiffstats
path: root/vendor/thiserror/tests/test_display.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/thiserror/tests/test_display.rs')
-rw-r--r--vendor/thiserror/tests/test_display.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/thiserror/tests/test_display.rs b/vendor/thiserror/tests/test_display.rs
index 99ce2fded..6f603882e 100644
--- a/vendor/thiserror/tests/test_display.rs
+++ b/vendor/thiserror/tests/test_display.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::uninlined_format_args)]
+
use std::fmt::{self, Display};
use thiserror::Error;