diff options
| -rw-r--r-- | RELEASES.md | 2 |
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). |
