build-manifest: apply considerable clippy suggestions
Signed-off-by: onur-ozkan <work@onurozkan.dev>
This commit is contained in:
parent
a5ef43e1a5
commit
4a7c138367
1 changed files with 1 additions and 1 deletions
|
@ -495,7 +495,7 @@ impl Builder {
|
|||
Some(p) => p,
|
||||
None => return false,
|
||||
};
|
||||
pkg.target.get(&c.target).is_some()
|
||||
pkg.target.contains_key(&c.target)
|
||||
};
|
||||
extensions.retain(&has_component);
|
||||
components.retain(&has_component);
|
||||
|
|
Loading…
Add table
Reference in a new issue