mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2026-05-02 23:25:50 +00:00
fix typo in style.md
This commit is contained in:
@@ -971,7 +971,7 @@ Between `ref` and mach ergonomics, the latter is more ergonomic in most cases, a
|
||||
|
||||
## Empty Match Arms
|
||||
|
||||
Ues `=> (),` when a match arm is intentionally empty:
|
||||
Use `=> (),` when a match arm is intentionally empty:
|
||||
|
||||
```rust
|
||||
// GOOD
|
||||
|
||||
Reference in New Issue
Block a user