Make std::rt::io::extensions public

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.
This commit is contained in:
Steven Fackler 2013-10-08 23:36:26 -07:00
parent 3a70df1d3c
commit 3c62ed6578

View File

@ -297,7 +297,7 @@ pub mod flate;
pub mod comm_adapters;
/// Extension traits
mod extensions;
pub mod extensions;
/// Non-I/O things needed by the I/O module
// XXX: shouldn this really be pub?