Skip to content

Commit d04e34b

Browse files
authored
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
1 parent 4cf97fe commit d04e34b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RELEASES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ Libraries
172172
(https://github.com/rust-lang/rust/pull/33050).
173173
* [Implement `Display` and `Hash` for `std::num::Wrapping`]
174174
(https://github.com/rust-lang/rust/pull/33023).
175-
* [Add `Default` implementation for `&CStr`, `CString`, `Path`]
175+
* [Add `Default` implementation for `&CStr`, `CString`]
176176
(https://github.com/rust-lang/rust/pull/32990).
177177
* [Implement `From<Vec<T>>` and `Into<Vec<T>>` for `VecDeque<T>`]
178178
(https://github.com/rust-lang/rust/pull/32866).

0 commit comments

Comments
 (0)