Skip to content

Commit

Permalink
fix: remove #![feature(maybe_uninit_ref)]
Browse files Browse the repository at this point in the history
It's been stabilized by <rust-lang/rust#86273>.
  • Loading branch information
yvt committed Dec 5, 2021
1 parent cbdfe9c commit 550be96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/r3_support_rp2040/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
//! [R3]: ::r3
//! [Raspberry Pi Pico]: https://pico.raspberrypi.org
#![feature(raw_ref_op)]
#![feature(maybe_uninit_ref)]
#![feature(asm)]
#![feature(const_fn_trait_bound)]
#![feature(const_mut_refs)]
Expand Down

0 comments on commit 550be96

Please sign in to comment.