about summary refs log tree commit diff
diff options
context:
space:
mode:
authorSteve Klabnik <steve@steveklabnik.com>2016-07-07 18:17:25 -0400
committerGitHub <noreply@github.com>2016-07-07 18:17:25 -0400
commitd04e34b7d49cbd5937ec5db44e3741550f7d6d5b (patch)
tree7ee0ee85ef187083dcde00c8840e84a631ecde13
parent4cf97fe57ef52c4addc03086aae784d980780d8f (diff)
downloadrust-d04e34b7d49cbd5937ec5db44e3741550f7d6d5b.tar.gz
rust-d04e34b7d49cbd5937ec5db44e3741550f7d6d5b.zip
Fix release notes for 1.10
Path was not actually given a default impl in #32990, even though the PR title said it did.

r? @brson
-rw-r--r--RELEASES.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/RELEASES.md b/RELEASES.md
index ffe8d64ff2d..c798c56cd6d 100644
--- a/RELEASES.md
+++ b/RELEASES.md
@@ -172,7 +172,7 @@ Libraries
   (https://github.com/rust-lang/rust/pull/33050).
 * [Implement `Display` and `Hash` for `std::num::Wrapping`]
   (https://github.com/rust-lang/rust/pull/33023).
-* [Add `Default` implementation for `&CStr`, `CString`, `Path`]
+* [Add `Default` implementation for `&CStr`, `CString`]
   (https://github.com/rust-lang/rust/pull/32990).
 * [Implement `From<Vec<T>>` and `Into<Vec<T>>` for `VecDeque<T>`]
   (https://github.com/rust-lang/rust/pull/32866).