Skip to content

Commit

Permalink
enable unstable open_options_ext_as_flags feature in doc comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Federico Ponzi committed Sep 22, 2020
1 parent 70292d4 commit 2f51922
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/sys/unix/ext/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -357,6 +357,7 @@ pub trait OpenOptionsExt {
///
/// ```no_run
/// # #![feature(rustc_private)]
/// #![feature(open_options_ext_as_flags)]
/// extern crate libc;
/// use std::ffi::CString;
/// use std::fs::OpenOptions;
Expand Down

0 comments on commit 2f51922

Please sign in to comment.