Skip to content

Commit f4c41e0

Browse files
pkoevesdiYatekii
authored andcommitted
remove unused MaybeUninit
1 parent 4a6300f commit f4c41e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#![no_std]
22
#![no_main]
33

4-
use core::mem::MaybeUninit;
4+
#use core::mem::MaybeUninit;
55

66
use flash_algorithm::*;
77
use rtt_target::{rprintln, rtt_init_print};

0 commit comments

Comments
 (0)