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:
bors 2022-06-11 16:57:38 +00:00
commit ccab003db6

View file

@ -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