From 5e224596cfdf9ad9413536482224e2fe79b9e387 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Sat, 20 Jan 2024 20:29:48 -0500 Subject: Remove gag usage Possibly-fixes: https://github.com/koverstreet/bcachefs-tools/issues/217 Signed-off-by: Kent Overstreet --- bch_bindgen/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bch_bindgen/src/lib.rs') diff --git a/bch_bindgen/src/lib.rs b/bch_bindgen/src/lib.rs index 4c549442..deb69a51 100644 --- a/bch_bindgen/src/lib.rs +++ b/bch_bindgen/src/lib.rs @@ -3,7 +3,7 @@ pub mod btree; pub mod bkey; pub mod errcode; pub mod keyutils; -pub mod rs; +pub mod sb_io; pub mod fs; pub mod opts; pub use paste::paste; -- cgit v1.2.3