rollup merge of #24904: steveklabnik/remove_std_net_warning

This is served by stability markers.
This commit is contained in:
Alex Crichton 2015-04-29 15:45:45 -07:00
commit b0f920ace4

View file

@ -8,10 +8,7 @@
// option. This file may not be copied, modified, or distributed
// except according to those terms.
//! Networking primitives for TCP/UDP communication
//!
//! > **NOTE**: This module is very much a work in progress and is under active
//! > development.
//! Networking primitives for TCP/UDP communication.
#![stable(feature = "rust1", since = "1.0.0")]