mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-05 12:52:24 +01:00
Fixes mut issue
This commit is contained in:
@@ -59,6 +59,7 @@ impl FromStr for OutputComponent {
|
||||
}
|
||||
}
|
||||
|
||||
#[derive(Clone)]
|
||||
pub struct OutputComponents(pub HashSet<OutputComponent>);
|
||||
|
||||
impl OutputComponents {
|
||||
|
Reference in New Issue
Block a user