mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
Merge #9534
9534: minor: one more usless type r=matklad a=matklad
bors r+
🤖
Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
commit
552b50de9e
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ More generally, always prefer types on the left
|
||||||
&[T] &Vec<T>
|
&[T] &Vec<T>
|
||||||
&str &String
|
&str &String
|
||||||
Option<&T> &Option<T>
|
Option<&T> &Option<T>
|
||||||
|
&Path &PathBuf
|
||||||
```
|
```
|
||||||
|
|
||||||
**Rationale:** types on the left are strictly more general.
|
**Rationale:** types on the left are strictly more general.
|
||||||
|
|
Loading…
Reference in a new issue