mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Added maybe_uninit_extra for CI
This commit is contained in:
parent
d5b665e28f
commit
51a1aae17d
1 changed files with 1 additions and 0 deletions
|
@ -42,6 +42,7 @@
|
|||
//! 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)]
|
||||
#![no_std]
|
||||
|
|
Loading…
Reference in a new issue