Skip to content

Commit

Permalink
kernel: fix import order nit
Browse files Browse the repository at this point in the history
  • Loading branch information
alevy committed Nov 14, 2024
1 parent a803e1e commit 096536c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/src/utilities/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ pub mod math;
pub mod mut_imut_buffer;
pub mod peripheral_management;
pub mod static_init;
mod static_ref;
pub mod storage_volume;
pub mod streaming_process_slice;

mod static_ref;
pub use self::static_ref::StaticRef;

/// The Tock Register Interface.
Expand Down

0 comments on commit 096536c

Please sign in to comment.