diff --git a/crates/ruma-identifiers/src/lib.rs b/crates/ruma-identifiers/src/lib.rs index 2ed5b511..c4b40eef 100644 --- a/crates/ruma-identifiers/src/lib.rs +++ b/crates/ruma-identifiers/src/lib.rs @@ -4,6 +4,8 @@ //! users and URIs. #![warn(missing_docs)] +// FIXME: Remove once lint doesn't trigger on std::convert::TryFrom in macros.rs anymore +#![allow(unused_qualifications)] #![cfg_attr(docsrs, feature(doc_cfg))] // Renamed in `Cargo.toml` so we can have a serde feature.