mirror of
https://github.com/sharkdp/bat.git
synced 2025-08-17 19:42:19 +02:00
Use unwrap
This commit is contained in:
@@ -13,5 +13,5 @@ fn main() {
|
||||
.wrapping_mode(WrappingMode::Character)
|
||||
.input_file(file!())
|
||||
.print()
|
||||
.expect("no errors");
|
||||
.unwrap();
|
||||
}
|
||||
|
Reference in New Issue
Block a user