mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-02 07:22:42 +00:00
fix typo in style.md
This commit is contained in:
parent
37b01f9f39
commit
54f5a68f79
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user