Skip to content

Commit

Permalink
Actually export socket::SocketSetItem publicly.
Browse files Browse the repository at this point in the history
It was unintentionally left unnameable. Fixes #14.
whitequark committed Jun 21, 2017
1 parent 78b717c commit ba1f0a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/socket/mod.rs
Original file line number Diff line number Diff line change
@@ -31,7 +31,7 @@ pub use self::tcp::SocketBuffer as TcpSocketBuffer;
pub use self::tcp::State as TcpState;
pub use self::tcp::TcpSocket;

pub use self::set::{Set as SocketSet, Handle as SocketHandle};
pub use self::set::{Set as SocketSet, Item as SocketSetItem, Handle as SocketHandle};
pub use self::set::{Iter as SocketSetIter, IterMut as SocketSetIterMut};

/// A network socket.

0 comments on commit ba1f0a7

Please sign in to comment.