]> git.lizzy.rs Git - rust.git/commit - src/tools/clippy
Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco
authorTyler Mandry <tmandry@gmail.com>
Fri, 24 Jan 2020 08:30:53 +0000 (00:30 -0800)
committerGitHub <noreply@github.com>
Fri, 24 Jan 2020 08:30:53 +0000 (00:30 -0800)
commiteb769ed6b09cb9fa007508caef808f5e50264cb0
tree19390f81a3749210c1c1f86154e697871405c764
parent62f227b3f822a27bd603acede9137bfb49ca8b68
parent6eaf59dfc8be4ee5647f9c090c5a7668682f30c0
Rollup merge of #68424 - estebank:suggest-borrow-for-non-copy-vec, r=davidtwco

Suggest borrowing `Vec<NonCopy>` in for loop

Partially address #64167.