Skip to content

Commit

Permalink
Address clippy lint.
Browse files Browse the repository at this point in the history
  • Loading branch information
emilio committed Dec 14, 2021
1 parent ed8d946 commit c407b7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bindgen/cargo/cargo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ impl Cargo {
.packages
.get(package)
.and_then(|meta_package| meta_package.dependencies.get(dep_name))
.and_then(|meta_dep| Cfg::load_metadata(meta_dep));
.and_then(Cfg::load_metadata);

let package_ref = PackageRef {
name: dep_name.to_owned(),
Expand Down

0 comments on commit c407b7d

Please sign in to comment.