We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 359e6bf commit 890a8a4Copy full SHA for 890a8a4
RELEASES.md
@@ -45,8 +45,8 @@ Language
45
where
46
Self: PartialOrd<Self> // can write `Self` instead of `List<T>`
47
{
48
- Nil,
49
- Cons(T, Box<Self>) // likewise here
+ Nil,
+ Cons(T, Box<Self>) // likewise here
50
}
51
```
52
- [You can now mark traits with `#[must_use]`.][55663] This provides a warning if
0 commit comments