Skip to content

Commit da28a50

Browse files
authored
Make pattern matching exercise code editable (#2786)
I swear I already did this one... @djmitche it looks like you had removed this `editable` after I last added it, was there some reason for that?
1 parent 088744a commit da28a50

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/pattern-matching/exercise.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ evaluate to `85`. We represent this as a much bigger tree:
4646

4747
In code, we will represent the tree with two types:
4848

49-
```rust
49+
```rust,editable
5050
{{#include exercise.rs:Operation}}
5151
5252
{{#include exercise.rs:Expression}}

0 commit comments

Comments
 (0)