Skip to content

Commit 469f467

Browse files
m-ou-seJohnTitor
andauthored
Enable dir_entry_ext2 feature in doc test.
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
1 parent bc45e47 commit 469f467

File tree

1 file changed

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

1 file changed

+1
-0
lines changed

Diff for: library/std/src/os/unix/fs.rs

+1
Original file line numberDiff line numberDiff line change
@@ -849,6 +849,7 @@ pub trait DirEntryExt2: Sealed {
849849
/// # Examples
850850
///
851851
/// ```
852+
/// #![feature(dir_entry_ext2)]
852853
/// use std::os::unix::fs::DirEntryExt2;
853854
/// use std::{fs, io};
854855
///

0 commit comments

Comments
 (0)