diff options
Diffstat (limited to 'crates/arti-bench')
| -rw-r--r-- | crates/arti-bench/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/arti-bench/src/main.rs b/crates/arti-bench/src/main.rs index e7baf1f0d..9ef1b0bdf 100644 --- a/crates/arti-bench/src/main.rs +++ b/crates/arti-bench/src/main.rs @@ -44,6 +44,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 @@ --> // This file uses `unwrap()` a fair deal, but this is fine in test/bench code // because it's OK if tests and benchmarks simply crash if things go wrong. |
