summaryrefslogtreecommitdiff
path: root/crates/tor-linkspec
diff options
context:
space:
mode:
Diffstat (limited to 'crates/tor-linkspec')
-rw-r--r--crates/tor-linkspec/README.md2
-rw-r--r--crates/tor-linkspec/src/lib.rs1
2 files changed, 2 insertions, 1 deletions
diff --git a/crates/tor-linkspec/README.md b/crates/tor-linkspec/README.md
index 3ec487d0a..01ca9bbbf 100644
--- a/crates/tor-linkspec/README.md
+++ b/crates/tor-linkspec/README.md
@@ -41,7 +41,7 @@ TODO: Possibly the link specifiers and the `*Target` traits belong in different
## Compile-time features
* `pt-client` -- Build with enhanced data types to support pluggable
- transports.
+ transports.
* `full` -- Build with all the features above.
diff --git a/crates/tor-linkspec/src/lib.rs b/crates/tor-linkspec/src/lib.rs
index 1971b47c2..63e85599b 100644
--- a/crates/tor-linkspec/src/lib.rs
+++ b/crates/tor-linkspec/src/lib.rs
@@ -41,6 +41,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 @@ -->
#[cfg(feature = "decode")]