mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-27 22:15:07 +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
|
//! usage, runtime overhead and initialization overhead. This feature requires a nightly compiler
|
||||||
//! and may stop working at any time!
|
//! and may stop working at any time!
|
||||||
|
|
||||||
#![cfg_attr(feature = "nightly", feature(maybe_uninit))]
|
|
||||||
#![cfg_attr(feature = "nightly", feature(maybe_uninit_extra))]
|
#![cfg_attr(feature = "nightly", feature(maybe_uninit_extra))]
|
||||||
#![deny(missing_docs)]
|
#![deny(missing_docs)]
|
||||||
#![deny(warnings)]
|
#![deny(warnings)]
|
||||||
|
|
Loading…
Reference in a new issue