mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 20:43:21 +00:00
update assists docs
This commit is contained in:
parent
7ba934fe58
commit
ff62ef19f7
1 changed files with 2 additions and 2 deletions
|
@ -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 a new issue