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
This commit is contained in:
Steve Klabnik 2016-07-07 18:17:25 -04:00 committed by GitHub
parent 4cf97fe57e
commit d04e34b7d4
1 changed files with 1 additions and 1 deletions

View File

@ -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).