identifiers: Disable buggy lint

This commit is contained in:
Jonas Platte 2021-06-12 12:35:09 +02:00
parent d586c88321
commit 5ca2d9eeab
No known key found for this signature in database
GPG Key ID: 7D261D771D915378

View File

@ -4,6 +4,8 @@
//! users and URIs. //! users and URIs.
#![warn(missing_docs)] #![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))] #![cfg_attr(docsrs, feature(doc_cfg))]
// Renamed in `Cargo.toml` so we can have a serde feature. // Renamed in `Cargo.toml` so we can have a serde feature.