Skip to content

Commit

Permalink
Remove unused imports (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
schteve committed Jan 29, 2024
1 parent 12a618c commit fef717c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions freertos-rust/src/prelude/no_std.rs
Original file line number Diff line number Diff line change
@@ -1,19 +1,12 @@
pub use core::cell::RefCell;
pub use core::cell::UnsafeCell;
pub use core::cmp::*;
pub use core::fmt;
pub use core::intrinsics::write_bytes;
pub use core::iter::Iterator;
pub use core::marker::PhantomData;
pub use core::mem;
pub use core::num::Wrapping;
pub use core::ops::Range;
pub use core::ops::{Deref, DerefMut};
pub use core::prelude::*;
pub use core::ptr;

pub use alloc::boxed::Box;
pub use alloc::rc::Rc;
pub use alloc::string::*;
pub use alloc::sync::{Arc, Weak};
pub use alloc::vec::Vec;

0 comments on commit fef717c

Please sign in to comment.