summaryrefslogtreecommitdiff
path: root/crates/arti-testing/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/arti-testing/src')
-rw-r--r--crates/arti-testing/src/main.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/arti-testing/src/main.rs b/crates/arti-testing/src/main.rs
index ce2bf0600..62da33240 100644
--- a/crates/arti-testing/src/main.rs
+++ b/crates/arti-testing/src/main.rs
@@ -89,6 +89,7 @@
#![allow(clippy::result_large_err)] // temporary workaround for arti#587
#![allow(clippy::needless_raw_string_hashes)] // complained-about code is fine, often best
#![allow(clippy::needless_lifetimes)] // See arti#1765
+#![allow(mismatched_lifetime_syntaxes)] // temporary workaround for arti#2060
//! <!-- @@ end lint list maintained by maint/add_warning @@ -->
#![allow(clippy::print_stderr)] // Allowed in this crate only.