identifiers: Remove outdated allow attribute

This commit is contained in:
Jonas Platte 2020-07-24 21:15:24 +02:00
parent 617a40e3e9
commit 8faeef4fef
No known key found for this signature in database
GPG Key ID: CC154DE0E30B7C67

View File

@ -7,8 +7,6 @@
missing_debug_implementations, missing_debug_implementations,
missing_docs missing_docs
)] )]
// Since we support Rust 1.36.0, we can't apply this suggestion yet
#![allow(clippy::use_self)]
#![cfg_attr(docsrs, feature(doc_cfg))] #![cfg_attr(docsrs, feature(doc_cfg))]
use std::{convert::TryFrom, num::NonZeroU8}; use std::{convert::TryFrom, num::NonZeroU8};