From a458d46ea5da198d0d0db2d94064926860accd41 Mon Sep 17 00:00:00 2001 From: Tshepang Lekhonkhobe Date: Sun, 12 Jul 2015 00:51:07 +0200 Subject: [PATCH] doc: remove redundant info - It is clear that what follows are re-exports - There aren't so many re-exports that examples should be given --- src/libstd/io/prelude.rs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/libstd/io/prelude.rs b/src/libstd/io/prelude.rs index 880770eb41485..db5c1da8a4227 100644 --- a/src/libstd/io/prelude.rs +++ b/src/libstd/io/prelude.rs @@ -17,10 +17,6 @@ //! # #![allow(unused_imports)] //! use std::io::prelude::*; //! ``` -//! -//! This module contains reexports of many core I/O traits such as `Read`, -//! `Write` and `BufRead`. Structures and functions are not -//! contained in this module. #![stable(feature = "rust1", since = "1.0.0")]