mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-09-28 04:44:57 +00:00
Use array IntoIter
This commit is contained in:
parent
56fbf5d7b2
commit
ca44b6892e
13 changed files with 33 additions and 32 deletions
|
@ -2392,7 +2392,7 @@ impl Type {
|
|||
}
|
||||
.cast(&Interner),
|
||||
),
|
||||
[TyVariableKind::General].iter().copied(),
|
||||
[TyVariableKind::General].into_iter(),
|
||||
);
|
||||
|
||||
match db.trait_solve(self.krate, goal)? {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue