summaryrefslogtreecommitdiffstats
path: root/vendor/syn/tests/test_iterators.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/syn/tests/test_iterators.rs')
-rw-r--r--vendor/syn/tests/test_iterators.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/syn/tests/test_iterators.rs b/vendor/syn/tests/test_iterators.rs
index 0ab0fb914..5f0eff59e 100644
--- a/vendor/syn/tests/test_iterators.rs
+++ b/vendor/syn/tests/test_iterators.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::uninlined_format_args)]
+
use syn::punctuated::{Pair, Punctuated};
use syn::Token;