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.
2 parents 818bc2d + 9637d44 commit 00306f2Copy full SHA for 00306f2
src/doc/style-guide/src/expressions.md
@@ -690,7 +690,7 @@ Where it is possible to use a block form on the right-hand side and avoid
690
breaking the left-hand side, do that. E.g.
691
692
```rust
693
- // Assuming the following line does done fit in the max width
+ // Assuming the following line does not fit in the max width
694
a_very_long_pattern | another_pattern => ALongStructName {
695
...
696
},
0 commit comments