Skip to content

Commit 48bd07e

Browse files
committed
Remove feature flag from fs::read_to_string example
This is stable, and so no longer needed
1 parent 889d8dc commit 48bd07e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/libstd/fs.rs

-2
Original file line numberDiff line numberDiff line change
@@ -295,8 +295,6 @@ pub fn read<P: AsRef<Path>>(path: P) -> io::Result<Vec<u8>> {
295295
/// # Examples
296296
///
297297
/// ```no_run
298-
/// #![feature(fs_read_write)]
299-
///
300298
/// use std::fs;
301299
/// use std::net::SocketAddr;
302300
///

0 commit comments

Comments
 (0)