Skip to content

Commit ce282f5

Browse files
committed
bytes: fix unused_imports compiler warning
Started to appear since `rustc 1.75.0-beta.1`.
1 parent 06572c1 commit ce282f5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bytes/mod.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ pub use reader::*;
1010
cfg_any_client! {
1111
mod wcursor;
1212
pub use wcursor::*;
13-
}
1413

15-
mod writer;
16-
pub use writer::*;
14+
mod writer;
15+
pub use writer::*;
16+
}

0 commit comments

Comments
 (0)