doesn't need to be public

This commit is contained in:
Corwin Kuiper 2021-08-07 13:03:11 +01:00
parent 5093884612
commit c60eaaaff0

View file

@ -91,7 +91,7 @@ fn disable_interrupts() {
INTERRUPTS_ENABLED.set(0);
}
pub(crate) struct InterruptRoot {
struct InterruptRoot {
next: Cell<*const InterruptClosure>,
count: Cell<i32>,
interrupt: Interrupt,