mirror of
https://github.com/sharkdp/bat.git
synced 2025-09-04 20:32:27 +01:00
Fix compile-error on Rust v1.35.0
This commit is contained in:
committed by
David Peter
parent
1e19404736
commit
e287594654
@@ -23,7 +23,7 @@ pub enum OutputWrap {
|
||||
|
||||
impl Default for OutputWrap {
|
||||
fn default() -> Self {
|
||||
Self::None
|
||||
OutputWrap::None
|
||||
}
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user