Skip to content

Commit

Permalink
Remove feature flag from fs::read_to_string example
Browse files Browse the repository at this point in the history
This is stable, and so no longer needed
  • Loading branch information
steveklabnik committed Jun 1, 2018
1 parent 889d8dc commit 48bd07e
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/libstd/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,8 +295,6 @@ pub fn read<P: AsRef<Path>>(path: P) -> io::Result<Vec<u8>> {
/// # Examples
///
/// ```no_run
/// #![feature(fs_read_write)]
///
/// use std::fs;
/// use std::net::SocketAddr;
///
Expand Down

0 comments on commit 48bd07e

Please sign in to comment.