about summary refs log tree commit diff
path: root/src/libstd
diff options
context:
space:
mode:
authorbors <bors@rust-lang.org>2015-05-19 16:44:52 +0000
committerbors <bors@rust-lang.org>2015-05-19 16:44:52 +0000
commitaca207a65c82d7581076772846ef424f1a64449b (patch)
tree005ebc2ac79e462ce96cb8d40ca33a7ae3b4eeb5 /src/libstd
parent9c47ebb00abecf2b2fe7fa0b0ea059c8327b40f2 (diff)
parent3bb54a3362a5eae45b345b6cfa690dd863f80fdd (diff)
downloadrust-aca207a65c82d7581076772846ef424f1a64449b.tar.gz
rust-aca207a65c82d7581076772846ef424f1a64449b.zip
Auto merge of #25605 - Manishearth:rollup, r=Manishearth
- Successful merges: #25452, #25512, #25551, #25556, #25562, #25575, #25576, #25580, #25587, #25590, #25591
- Failed merges: #25585
Diffstat (limited to 'src/libstd')
-rw-r--r--src/libstd/fs.rs5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/libstd/fs.rs b/src/libstd/fs.rs
index 481d9e69abd..cb59f020e29 100644
--- a/src/libstd/fs.rs
+++ b/src/libstd/fs.rs
@@ -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.
     ///