Cleanup.
This commit is contained in:
@@ -24,7 +24,7 @@ fn main() -> anyhow::Result<()> {
|
|||||||
OpenOptions::new()
|
OpenOptions::new()
|
||||||
.read(true)
|
.read(true)
|
||||||
.open(&input_path)
|
.open(&input_path)
|
||||||
.with_context(move || format!("Failed to open input file: {}", input_path.display()))?
|
.with_context(|| format!("Failed to open input file: {}", input_path.display()))?
|
||||||
};
|
};
|
||||||
|
|
||||||
let output: File = {
|
let output: File = {
|
||||||
|
|||||||
Reference in New Issue
Block a user