chore: remove dead code
This commit is contained in:
19
src/main.rs
19
src/main.rs
@@ -204,25 +204,6 @@ fn main() {
|
||||
cli.surpress_errors,
|
||||
);
|
||||
}
|
||||
|
||||
/*
|
||||
match cli.input.write(str.as_bytes()) {
|
||||
Ok(_) => (),
|
||||
Err(e) => {
|
||||
cli::print_error(
|
||||
cli::Error {
|
||||
code: cli::ErrorCode::EIOWR,
|
||||
description: format!("Error trying to write result to output's writer\n{e:#?}"),
|
||||
fix: Some(String::from(
|
||||
"Try to check if you have write permission to output file",
|
||||
)),
|
||||
url: None,
|
||||
},
|
||||
cli.surpress_errors,
|
||||
);
|
||||
}
|
||||
}
|
||||
*/
|
||||
}
|
||||
|
||||
mod cli {
|
||||
|
||||
Reference in New Issue
Block a user