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.
This commit is contained in:
bors 2013-10-09 20:46:21 -07:00
commit 2b978af227

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?