refactor: PR feedback
Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>pull/24376/head
parent
f3970990ac
commit
a8f77c49e2
|
@ -113,7 +113,7 @@ pub fn convert(
|
|||
debug!("Reading from input file {}", input_path);
|
||||
|
||||
if is_directory(input_path) {
|
||||
let files: Vec<fs::DirEntry> = fs::read_dir(input_path)
|
||||
let files: Vec<_> = fs::read_dir(input_path)
|
||||
.unwrap()
|
||||
.filter_map(Result::ok)
|
||||
.filter(|f| {
|
||||
|
|
Loading…
Reference in New Issue