1
0
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:
einfachIrgendwer0815 2025-01-30 18:01:29 +01:00
parent cbc9c3629d
commit cc46282866
No known key found for this signature in database
GPG Key ID: 58D55E5F117DA873

View File

@ -425,7 +425,7 @@ impl App {
None => StyleComponents(HashSet::from_iter(
StyleComponent::Default
.components(self.interactive_output)
.into_iter()
.iter()
.cloned(),
)),
};