Skip to content

Commit 29a4cd0

Browse files
Rollup merge of #51272 - steveklabnik:remove_feature_flag, r=QuietMisdreavus
Remove feature flag from fs::read_to_string example This is stable, and so no longer needed
2 parents 4959cb1 + 48bd07e commit 29a4cd0

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)