Skip to content

Commit c3254d7

Browse files
author
Stjepan Glavina
committed
Fix a re-rexport
1 parent a757cc0 commit c3254d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/prelude.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ pub use crate::io::Seek as _;
3333
pub use crate::io::Write as _;
3434

3535
#[doc(no_inline)]
36-
pub use crate::io::buf_read::BufReadExt as _;
36+
pub use crate::io::prelude::BufReadExt as _;
3737
#[doc(no_inline)]
3838
pub use crate::io::prelude::ReadExt as _;
3939
#[doc(no_inline)]

0 commit comments

Comments
 (0)