Skip to content

Commit

Permalink
Remove redundant import (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
schteve committed Jun 2, 2024
1 parent e8b36d4 commit f6e0a96
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion freertos-rust/src/prelude/no_std.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
pub use core::cell::UnsafeCell;
pub use core::cmp::*;
pub use core::fmt;
pub use core::iter::Iterator;
pub use core::marker::PhantomData;
pub use core::mem;
pub use core::ops::{Deref, DerefMut};
Expand Down

0 comments on commit f6e0a96

Please sign in to comment.