Skip to content

Commit

Permalink
fix clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
DDtKey authored Sep 26, 2024
1 parent 6d040ed commit 76732f6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/openldap/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -450,7 +450,6 @@ impl Image for OpenLDAP {
fn copy_to_sources(&self) -> impl IntoIterator<Item = &CopyToContainer> {
self.copy_to_sources
.iter()
.map(|x| x)
.collect::<Vec<&CopyToContainer>>()
}
}
Expand Down

0 comments on commit 76732f6

Please sign in to comment.