Merge pull request #34712 from rust-lang/steveklabnik-patch-1

Fix release notes for 1.10
This commit is contained in:
Brian Anderson 2016-07-08 00:12:25 +01:00 committed by GitHub
commit 2ad5ed07f8
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).