rp: remove use of never type

This commit is contained in:
Dario Nieuwenhuis
2021-09-03 17:17:02 +02:00
parent 11d2b0cdc1
commit a76526add6
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,6 @@
#![feature(generic_associated_types)]
#![feature(asm)]
#![feature(type_alias_impl_trait)]
#![feature(never_type)]
#[cfg(feature = "unstable-pac")]
pub use rp2040_pac2 as pac;