Remove unnecessary #![allow(unused_features)] lint.

This commit is contained in:
Isis Lovecruft 2018-12-30 03:11:28 +00:00
parent d748a41894
commit ce857a50e7
No known key found for this signature in database
GPG key ID: AB41313533E8E812

View file

@ -238,7 +238,6 @@
//! ```
#![no_std]
#![allow(unused_features)]
#![deny(missing_docs)] // refuse to compile if documentation is missing
extern crate clear_on_drop;