Skip to content

Commit

Permalink
Stop recommending old_io in the module doc for std::io
Browse files Browse the repository at this point in the history
Now that `old_io` is deprecated and `std::io` is stable, we should stop
recommending the use of `old_io` in the module documentation.
  • Loading branch information
lilyball committed Mar 15, 2015
1 parent 3400c9e commit 3dd455d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/libstd/io/mod.rs
Expand Up @@ -9,10 +9,6 @@
// except according to those terms.

//! Traits, helpers, and type definitions for core I/O functionality.
//!
//! > **NOTE**: This module is very much a work in progress and is under active
//! > development. At this time it is still recommended to use the `old_io`
//! > module while the details of this module shake out.

#![stable(feature = "rust1", since = "1.0.0")]

Expand Down

0 comments on commit 3dd455d

Please sign in to comment.