Skip to content

Commit

Permalink
Fix release notes for 1.10
Browse files Browse the repository at this point in the history
Path was not actually given a default impl in #32990, even though the PR title said it did.

r? @brson
  • Loading branch information
steveklabnik committed Jul 7, 2016
1 parent 4cf97fe commit d04e34b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASES.md
Expand Up @@ -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).
Expand Down

0 comments on commit d04e34b

Please sign in to comment.