Skip to content

Commit 3c62ed6

Browse files
committed
Make std::rt::io::extensions public
This works around rust-lang#9779, but is probably the right thing to do anyways since that's the module where all of the documentation for those traits lives.
1 parent 3a70df1 commit 3c62ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/io/mod.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ pub mod flate;
297297
pub mod comm_adapters;
298298

299299
/// Extension traits
300-
mod extensions;
300+
pub mod extensions;
301301

302302
/// Non-I/O things needed by the I/O module
303303
// XXX: shouldn this really be pub?

0 commit comments

Comments
 (0)