Skip to content

Commit 2f51922

Browse files
author
Federico Ponzi
committed
enable unstable open_options_ext_as_flags feature in doc comments
1 parent 70292d4 commit 2f51922

File tree

1 file changed

+1
-0
lines changed
  • library/std/src/sys/unix/ext

1 file changed

+1
-0
lines changed

library/std/src/sys/unix/ext/fs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,7 @@ pub trait OpenOptionsExt {
357357
///
358358
/// ```no_run
359359
/// # #![feature(rustc_private)]
360+
/// #![feature(open_options_ext_as_flags)]
360361
/// extern crate libc;
361362
/// use std::ffi::CString;
362363
/// use std::fs::OpenOptions;

0 commit comments

Comments
 (0)