Removed old flag

This commit is contained in:
Emil Fresk 2019-08-09 14:28:04 +02:00
parent 51a1aae17d
commit e9bc00bc9b

View file

@ -41,7 +41,6 @@
//! usage, runtime overhead and initialization overhead. This feature requires a nightly compiler
//! and may stop working at any time!
#![cfg_attr(feature = "nightly", feature(maybe_uninit))]
#![cfg_attr(feature = "nightly", feature(maybe_uninit_extra))]
#![deny(missing_docs)]
#![deny(warnings)]