From 97199bcb5df7bf6ed8efc1daccaa2dc27b325398 Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Tue, 28 Apr 2015 11:18:10 -0400 Subject: [PATCH] remove stability note from std::net This is served by stability markers. --- src/libstd/net/mod.rs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/libstd/net/mod.rs b/src/libstd/net/mod.rs index 3bfc764e540b2..2e7c0a2c80e59 100644 --- a/src/libstd/net/mod.rs +++ b/src/libstd/net/mod.rs @@ -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")]