mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Removed old flag
This commit is contained in:
parent
51a1aae17d
commit
e9bc00bc9b
1 changed files with 0 additions and 1 deletions
|
@ -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)]
|
||||
|
|
Loading…
Reference in a new issue