mirror of
https://github.com/sharkdp/bat
synced 2026-08-10 20:01:45 +00: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