Skip to content
This repository has been archived by the owner on Dec 29, 2022. It is now read-only.

Commit

Permalink
Merge pull request #762 from oli-obk/fix
Browse files Browse the repository at this point in the history
Rustup
  • Loading branch information
Xanewok committed Mar 14, 2018
2 parents b07ff40 + 5345d4a commit b6c5244
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/build/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,7 @@ fn run_cargo(

if rls_config.workspace_mode {
for package in &packages {
if ws.members().find(|x| x.name() == package).is_none() {
if ws.members().find(|x| *x.name() == *package).is_none() {
warn!("cargo - couldn't find member package `{}` specified in `analyze_package` configuration", package);
}
}
Expand Down

0 comments on commit b6c5244

Please sign in to comment.