Skip to content

Commit 890a8a4

Browse files
authored
Update RELEASES.md
1 parent 359e6bf commit 890a8a4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

RELEASES.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ Language
4545
where
4646
Self: PartialOrd<Self> // can write `Self` instead of `List<T>`
4747
{
48-
Nil,
49-
Cons(T, Box<Self>) // likewise here
48+
Nil,
49+
Cons(T, Box<Self>) // likewise here
5050
}
5151
```
5252
- [You can now mark traits with `#[must_use]`.][55663] This provides a warning if

0 commit comments

Comments
 (0)