Skip to content
This repository was archived by the owner on Jun 8, 2021. It is now read-only.

Commit 16c2077

Browse files
Merge pull request #81 from EPashkin/fix_sub_trait_docs
Make stub traits under feature="dox" public to include in doc
2 parents 7c2481f + f42d1c7 commit 16c2077

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ pub mod prelude {
6464
pub use file_output_stream::FileOutputStreamExt;
6565
pub use input_stream::InputStreamExtManual;
6666
pub use output_stream::OutputStreamExtManual;
67-
pub use socket::SocketExtManual;
67+
pub use socket::*;
6868
pub use socket_address_enumerator::SocketAddressEnumeratorExtManual;
6969
pub use resolver::ResolverExtManual;
7070
pub use socket_listener::SocketListenerExtManual;

0 commit comments

Comments
 (0)