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 fca945a commit b461a3aCopy full SHA for b461a3a
src/flow_control/if_let.md
@@ -104,7 +104,7 @@ Another benefit is that `if let` allows us to match non-parameterized enum varia
104
Would you like a challenge? Fix the following example to use `if let`:
105
106
```rust,editable,ignore,mdbook-runnable
107
-// This enum purposely neither implements nor derives PartialEq).
+// This enum purposely neither implements nor derives PartialEq.
108
// That is why comparing Foo::Bar == a fails below.
109
enum Foo {Bar}
110
0 commit comments