We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 84b1e08 commit b0e3fe9Copy full SHA for b0e3fe9
src/libstd/fs.rs
@@ -1177,8 +1177,9 @@ impl Iterator for WalkDir {
1177
1178
/// Utility methods for paths.
1179
#[unstable(feature = "path_ext",
1180
- reason = "the precise set of methods exposed on this trait may \
1181
- 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, \
1182
+ see the std::fs::metadata function.")]
1183
pub trait PathExt {
1184
/// Gets information on the file, directory, etc at this path.
1185
///
0 commit comments