diff --git a/RELEASES.md b/RELEASES.md index e82a8a613b955..aae25ab9988e9 100644 --- a/RELEASES.md +++ b/RELEASES.md @@ -45,8 +45,8 @@ Language where Self: PartialOrd // can write `Self` instead of `List` { - Nil, - Cons(T, Box) // likewise here + Nil, + Cons(T, Box) // likewise here } ``` - [You can now mark traits with `#[must_use]`.][55663] This provides a warning if