aboutsummaryrefslogtreecommitdiff
path: root/src/export.rs
diff options
context:
space:
mode:
authorEmil Fresk <emil.fresk@gmail.com>2023-01-04 21:36:43 +0100
committerHenrik Tjäder <henrik@tjaders.com>2023-03-01 00:31:05 +0100
commit53f3d397e76383deabbe9579a3522174c422a958 (patch)
tree641b202c49590410256d15a53eb0d2cadded4cbd /src/export.rs
parent3b97531a5c40293e265999db543acec365c629df (diff)
More removal
Diffstat (limited to 'src/export.rs')
-rw-r--r--src/export.rs5
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,