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) {
|
||||
match action {
|
||||
Action::Move { distance } => (),
|
||||
Action::Stop => (),
|
||||
Action::Move { distance } => {}
|
||||
Action::Stop => {}
|
||||
}
|
||||
}
|
||||
```
|
||||
|
Loading…
Reference in New Issue
Block a user