You've already forked comprehensive-rust
mirror of
https://github.com/google/comprehensive-rust.git
synced 2025-07-03 21:39:51 +02:00
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?
This commit is contained in:
@ -46,7 +46,7 @@ evaluate to `85`. We represent this as a much bigger tree:
|
|||||||
|
|
||||||
In code, we will represent the tree with two types:
|
In code, we will represent the tree with two types:
|
||||||
|
|
||||||
```rust
|
```rust,editable
|
||||||
{{#include exercise.rs:Operation}}
|
{{#include exercise.rs:Operation}}
|
||||||
|
|
||||||
{{#include exercise.rs:Expression}}
|
{{#include exercise.rs:Expression}}
|
||||||
|
Reference in New Issue
Block a user