From d04e34b7d49cbd5937ec5db44e3741550f7d6d5b Mon Sep 17 00:00:00 2001 From: Steve Klabnik Date: Thu, 7 Jul 2016 18:17:25 -0400 Subject: [PATCH] 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 --- RELEASES.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RELEASES.md b/RELEASES.md index ffe8d64ff2da4..c798c56cd6d03 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>` and `Into>` for `VecDeque`] (https://github.com/rust-lang/rust/pull/32866).