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 3b5e9c4 commit b86ac21Copy full SHA for b86ac21
src/pattern-matching/exercise.md
@@ -46,7 +46,7 @@ evaluate to `85`. We represent this as a much bigger tree:
46
47
In code, we will represent the tree with two types:
48
49
-```rust
+```rust,editable
50
{{#include exercise.rs:Operation}}
51
52
{{#include exercise.rs:Expression}}
@@ -68,7 +68,7 @@ get the tests to pass one-by-one. You can also skip a test temporarily with
68
fn test_value() { .. }
69
```
70
71
72
73
74
0 commit comments