Update Rust nightly.

This commit is contained in:
Dario Nieuwenhuis
2023-11-01 04:56:56 +01:00
parent dd6a29adb2
commit e519e00265
19 changed files with 20 additions and 8 deletions

View File

@ -33,6 +33,7 @@ check_at_most_one!("arch-cortex-m", "arch-riscv32", "arch-xtensa", "arch-std", "
mod arch;
#[cfg(feature = "_arch")]
#[allow(unused_imports)] // don't warn if the module is empty.
pub use arch::*;
pub mod raw;