Skip to content

Commit

Permalink
Optimizations"
Browse files Browse the repository at this point in the history
  • Loading branch information
CKingX committed Jun 4, 2022
1 parent 8656120 commit 17066f3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/interactive_file.rs
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ pub fn interactive_file(file: OsString) {
drop(input_file);

let filter: Result<filter::Filter, _> = rmp_serde::from_slice(&mp_file);
drop(mp_file);
if filter.is_err() {
eprintln!("Input file is not a valid filter");
return;
Expand Down

0 comments on commit 17066f3

Please sign in to comment.