diff options
| author | OGINO Masanori <masanori.ogino@gmail.com> | 2015-06-26 11:09:15 +0900 |
|---|---|---|
| committer | OGINO Masanori <masanori.ogino@gmail.com> | 2015-06-26 11:09:15 +0900 |
| commit | fd9b2caa5f6792a87a4c99bbbd6abed303a8ab5c (patch) | |
| tree | 6b381449e8677ff1e21437d2be7fca61895d6b6e | |
| parent | 912ab64a0de2c121a1c9f10bb1dbe75983b78c73 (diff) | |
| download | rust-fd9b2caa5f6792a87a4c99bbbd6abed303a8ab5c.tar.gz rust-fd9b2caa5f6792a87a4c99bbbd6abed303a8ab5c.zip | |
Correct a missing reference in the release note.
Fix #26537. Signed-off-by: OGINO Masanori <masanori.ogino@gmail.com>
| -rw-r--r-- | RELEASES.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md index 203da02c373..913b83a0f61 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -6,7 +6,7 @@ Version 1.1.0 (June 2015) Highlights ---------- -* The [`std::fs` module has been expanded][fs-expand] to expand the set of +* The [`std::fs` module has been expanded][fs] to expand the set of functionality exposed: * `DirEntry` now supports optimizations like `file_type` and `metadata` which don't incur a syscall on some platforms. |
