Skip to content

Commit 2b978af

Browse files
committed
auto merge of #9780 : sfackler/rust/extensions2, r=alexcrichton
This works around #9779, but is probably the right thing to do anyways since that's the module where all of the documentation for those traits lives.
2 parents 8f4b872 + 3c62ed6 commit 2b978af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libstd/rt/io/mod.rs

Lines changed: 1 addition & 1 deletion
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)