Skip to content

Commit

Permalink
Add #[allow(unreachable_patterns)]
Browse files Browse the repository at this point in the history
to suppress compiler warning
  • Loading branch information
jqnatividad committed Dec 23, 2021
1 parent fcaed84 commit b48935d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/jsonl.rs
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ fn recurse_to_infer_headers(value: &Value, headers: &mut Vec<Vec<String>>, path:

recurse_to_infer_headers(value, headers, new_path);
}
#[allow(unreachable_patterns)]
_ => {}
}
}
Expand Down

0 comments on commit b48935d

Please sign in to comment.