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:
parent
3a70df1d3c
commit
3c62ed6578
@ -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?
|
||||
|
Loading…
x
Reference in New Issue
Block a user