mirror of
https://github.com/rust-lang/rust.git
synced 2024-12-13 17:13:48 +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
@ -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 New Issue
Block a user