update assists docs
This commit is contained in:
parent
7ba934fe58
commit
ff62ef19f7
@ -267,8 +267,8 @@ enum Action { Move { distance: u32 }, Stop }
|
|||||||
|
|
||||||
fn handle(action: Action) {
|
fn handle(action: Action) {
|
||||||
match action {
|
match action {
|
||||||
Action::Move { distance } => (),
|
Action::Move { distance } => {}
|
||||||
Action::Stop => (),
|
Action::Stop => {}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user