mirror of
https://github.com/rust-lang/rust-analyzer
synced 2024-12-25 12:33:33 +00:00
minor: one more usless type
This commit is contained in:
parent
f5a100e5fd
commit
706bd1c35d
1 changed files with 1 additions and 0 deletions
|
@ -304,6 +304,7 @@ More generally, always prefer types on the left
|
|||
&[T] &Vec<T>
|
||||
&str &String
|
||||
Option<&T> &Option<T>
|
||||
&Path &PathBuf
|
||||
```
|
||||
|
||||
**Rationale:** types on the left are strictly more general.
|
||||
|
|
Loading…
Reference in a new issue