summaryrefslogtreecommitdiff
path: root/rust-src/src/lib.rs
diff options
context:
space:
mode:
authorKent Overstreet <kent.overstreet@linux.dev>2023-02-21 14:39:43 -0500
committerKent Overstreet <kent.overstreet@linux.dev>2023-02-21 14:39:43 -0500
commitf2ab6e552d311f585e95190075f90b2dd916055d (patch)
tree6598445605cce8f0d7c474991f92c9e2579e98a8 /rust-src/src/lib.rs
parent10c609ac941c132f4dc7d29aab4bd1bf5f735c24 (diff)
More rust improvements
- passing of arguments from c -> rust code now works correctly - 'bcachefs mount' now handles being passed a device or devices Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
Diffstat (limited to 'rust-src/src/lib.rs')
-rw-r--r--rust-src/src/lib.rs1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust-src/src/lib.rs b/rust-src/src/lib.rs
index b2f0aaa7..5feaa2e9 100644
--- a/rust-src/src/lib.rs
+++ b/rust-src/src/lib.rs
@@ -1,4 +1,3 @@
-pub mod filesystem;
pub mod key;
pub mod cmd_mount;