identifiers: Disable buggy lint
This commit is contained in:
parent
d586c88321
commit
5ca2d9eeab
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user