Skip to content

Commit ece207a

Browse files
committed
rust: kernel: sort Rust modules
Rust modules are intended to be sorted, thus do so. This makes `rustfmtcheck` to pass again. Fixes: 5701725 ("Merge tag 'rust-6.12' of https://github.com/Rust-for-Linux/linux") Reviewed-by: Alice Ryhl <aliceryhl@google.com> Link: https://lore.kernel.org/r/20240926124751.345471-1-ojeda@kernel.org Signed-off-by: Miguel Ojeda <ojeda@kernel.org>
1 parent 5701725 commit ece207a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust/kernel/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ pub mod net;
4444
pub mod page;
4545
pub mod prelude;
4646
pub mod print;
47-
pub mod sizes;
4847
pub mod rbtree;
48+
pub mod sizes;
4949
mod static_assert;
5050
#[doc(hidden)]
5151
pub mod std_vendor;

0 commit comments

Comments
 (0)