]> git.proxmox.com Git - cargo.git/commit - src/cargo/core/resolver/types.rs
Auto merge of #7462 - hbina:redundant_borrow, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 1 Oct 2019 20:35:54 +0000 (20:35 +0000)
committerbors <bors@rust-lang.org>
Tue, 1 Oct 2019 20:35:54 +0000 (20:35 +0000)
commit589fa747cd762737376793dc8263600b0cc1582b
treec998b9f66d9a3cfd1a4877ee2e8c94e6f927c2c6
parent368333c20702793477236e393d9e2cfa0de9cd8a
parent55deda01bb07303cb5330abf8cf6e3870de92959
Auto merge of #7462 - hbina:redundant_borrow, r=ehuss

Removed redundant borrow

As described here https://rust-lang.github.io/rust-clippy/master/#needless_borrow.
rust-clippy is complaining that the related borrows are unnecessary.