Update RELEASES.md
This commit is contained in:
parent
359e6bf30b
commit
890a8a45c2
@ -45,8 +45,8 @@ Language
|
||||
where
|
||||
Self: PartialOrd<Self> // can write `Self` instead of `List<T>`
|
||||
{
|
||||
Nil,
|
||||
Cons(T, Box<Self>) // likewise here
|
||||
Nil,
|
||||
Cons(T, Box<Self>) // likewise here
|
||||
}
|
||||
```
|
||||
- [You can now mark traits with `#[must_use]`.][55663] This provides a warning if
|
||||
|
Loading…
x
Reference in New Issue
Block a user