Skip to content

Commit 33c80fe

Browse files
authoredSep 18, 2020
Merge pull request #13 from Rust-for-Linux/fix-removed-fs
Fix missing removal of `mod filesystem`
2 parents 7f60ab1 + 29570ae commit 33c80fe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed
 

‎rust/kernel/src/lib.rs

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ pub mod c_types;
1515
pub mod chrdev;
1616
mod error;
1717
pub mod file_operations;
18-
pub mod filesystem;
1918
pub mod prelude;
2019
pub mod printk;
2120
pub mod random;

0 commit comments

Comments
 (0)