Skip to content

Commit 840b281

Browse files
committed
rust: prelude: sort top-level uses
Signed-off-by: Miguel Ojeda <[email protected]>
1 parent f8d1914 commit 840b281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

rust/kernel/prelude.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ pub use core::pin::Pin;
1515

1616
pub use alloc::{borrow::ToOwned, boxed::Box, string::String, sync::Arc, vec::Vec};
1717

18-
pub use super::build_assert;
19-
2018
pub use macros::{module, module_misc_device};
2119

20+
pub use super::build_assert;
21+
2222
pub use super::{pr_alert, pr_crit, pr_emerg, pr_err, pr_info, pr_notice, pr_warn};
2323

2424
pub use super::static_assert;

0 commit comments

Comments
 (0)