mirror of
https://github.com/sharkdp/bat.git
synced 2025-02-12 16:08:38 +00:00
Fix clippy::into_iter_on_ref
warnings
This commit is contained in:
parent
cbc9c3629d
commit
cc46282866
@ -425,7 +425,7 @@ impl App {
|
|||||||
None => StyleComponents(HashSet::from_iter(
|
None => StyleComponents(HashSet::from_iter(
|
||||||
StyleComponent::Default
|
StyleComponent::Default
|
||||||
.components(self.interactive_output)
|
.components(self.interactive_output)
|
||||||
.into_iter()
|
.iter()
|
||||||
.cloned(),
|
.cloned(),
|
||||||
)),
|
)),
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user