summaryrefslogtreecommitdiff
path: root/crates/oneshot-fused-workaround/src
diff options
context:
space:
mode:
Diffstat (limited to 'crates/oneshot-fused-workaround/src')
-rw-r--r--crates/oneshot-fused-workaround/src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/oneshot-fused-workaround/src/lib.rs b/crates/oneshot-fused-workaround/src/lib.rs
index dc897f564..80b6d4d52 100644
--- a/crates/oneshot-fused-workaround/src/lib.rs
+++ b/crates/oneshot-fused-workaround/src/lib.rs
@@ -59,6 +59,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 @@ -->
use futures::channel::oneshot as fut_oneshot;