mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
enable unstable open_options_ext_as_flags feature in doc comments
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user