Skip to content

Commit 38aa750

Browse files
m-ou-seJohnTitor
andauthored
Enable dir_entry_ext2 feature in doc test.
Co-authored-by: Yuki Okushi <[email protected]>
1 parent 8e523cc commit 38aa750

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)