Skip to content

Commit

Permalink
[doc] Add a reference from PathExt to fs::metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
mbrubeck committed May 18, 2015
1 parent 84b1e08 commit b0e3fe9
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/libstd/fs.rs
Expand Up @@ -1177,8 +1177,9 @@ impl Iterator for WalkDir {

/// Utility methods for paths.
#[unstable(feature = "path_ext",
reason = "the precise set of methods exposed on this trait may \
change and some methods may be removed")]
reason = "The precise set of methods exposed on this trait may \
change and some methods may be removed. For stable code, \
see the std::fs::metadata function.")]
pub trait PathExt {
/// Gets information on the file, directory, etc at this path.
///
Expand Down

0 comments on commit b0e3fe9

Please sign in to comment.