diff options
Diffstat (limited to 'src/export.rs')
| -rw-r--r-- | src/export.rs | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/export.rs b/src/export.rs index 82320fb..2cc031e 100644 --- a/src/export.rs +++ b/src/export.rs @@ -1,8 +1,3 @@ -#![allow(clippy::inline_always)] -pub use crate::{ - sll::{IntrusiveSortedLinkedList, Node as IntrusiveNode}, - tq::{TaskNotReady, TimerQueue, WakerNotReady}, -}; pub use bare_metal::CriticalSection; use core::{ cell::Cell, |
