mirror of
https://github.com/rust-lang/rust-analyzer
synced 2025-01-15 22:54:00 +00:00
Auto merge of #12506 - cgburgess:master, r=Veykril
minor: Fix typo in style guide Fix type `Ues` -> `Use` in `style.md`
This commit is contained in:
commit
ccab003db6
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ Between `ref` and mach ergonomics, the latter is more ergonomic in most cases, a
|
||||||
|
|
||||||
## Empty Match Arms
|
## Empty Match Arms
|
||||||
|
|
||||||
Ues `=> (),` when a match arm is intentionally empty:
|
Use `=> (),` when a match arm is intentionally empty:
|
||||||
|
|
||||||
```rust
|
```rust
|
||||||
// GOOD
|
// GOOD
|
||||||
|
|
Loading…
Reference in a new issue