summaryrefslogtreecommitdiffstats
path: root/vendor/syn/tests/test_token_trees.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/syn/tests/test_token_trees.rs')
-rw-r--r--vendor/syn/tests/test_token_trees.rs2
1 files changed, 2 insertions, 0 deletions
diff --git a/vendor/syn/tests/test_token_trees.rs b/vendor/syn/tests/test_token_trees.rs
index 5b00448af..f5a067fd2 100644
--- a/vendor/syn/tests/test_token_trees.rs
+++ b/vendor/syn/tests/test_token_trees.rs
@@ -1,3 +1,5 @@
+#![allow(clippy::uninlined_format_args)]
+
#[macro_use]
mod macros;