Skip to content

Commit 550be96

Browse files
committed
fix: remove #![feature(maybe_uninit_ref)]
It's been stabilized by <rust-lang/rust#86273>.
1 parent cbdfe9c commit 550be96

File tree

1 file changed

+0
-1
lines changed
  • src/r3_support_rp2040/src

1 file changed

+0
-1
lines changed

src/r3_support_rp2040/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@
44
//! [R3]: ::r3
55
//! [Raspberry Pi Pico]: https://pico.raspberrypi.org
66
#![feature(raw_ref_op)]
7-
#![feature(maybe_uninit_ref)]
87
#![feature(asm)]
98
#![feature(const_fn_trait_bound)]
109
#![feature(const_mut_refs)]

0 commit comments

Comments
 (0)