1
0
mirror of https://github.com/sharkdp/bat synced 2026-07-22 16:53:19 +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
+1 -1
View File
@@ -425,7 +425,7 @@ impl App {
None => StyleComponents(HashSet::from_iter(
StyleComponent::Default
.components(self.interactive_output)
.into_iter()
.iter()
.cloned(),
)),
};