Skip to content

Commit

Permalink
Enable dir_entry_ext2 feature in doc test.
Browse files Browse the repository at this point in the history
Co-authored-by: Yuki Okushi <jtitor@2k36.org>
  • Loading branch information
m-ou-se and JohnTitor committed Jul 5, 2021
1 parent bc45e47 commit 469f467
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions library/std/src/os/unix/fs.rs
Original file line number Diff line number Diff line change
Expand Up @@ -849,6 +849,7 @@ pub trait DirEntryExt2: Sealed {
/// # Examples
///
/// ```
/// #![feature(dir_entry_ext2)]
/// use std::os::unix::fs::DirEntryExt2;
/// use std::{fs, io};
///
Expand Down

0 comments on commit 469f467

Please sign in to comment.