Update RELEASES.md

This commit is contained in:
Aaron Power 2019-01-10 23:28:18 +01:00 committed by GitHub
parent 359e6bf30b
commit 890a8a45c2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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