Skip to content

Commit 804f8a6

Browse files
Drop #![feature(rustc_private)]
1 parent 4fab308 commit 804f8a6

File tree

1 file changed

+1
-1
lines changed
  • library/std/src/os/unix

1 file changed

+1
-1
lines changed

library/std/src/os/unix/fs.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -416,7 +416,7 @@ pub trait OpenOptionsExt {
416416
/// # Examples
417417
///
418418
/// ```no_run
419-
/// # #![feature(rustc_private)]
419+
/// # mod libc { pub const O_NOFOLLOW: i32 = 0; }
420420
/// use std::fs::OpenOptions;
421421
/// use std::os::unix::fs::OpenOptionsExt;
422422
///

0 commit comments

Comments
 (0)