refactor: PR feedback

Co-authored-by: Carol (Nichols || Goulding) <193874+carols10cents@users.noreply.github.com>
pull/24376/head
Edd Robinson 2020-07-08 18:50:58 +01:00
parent f3970990ac
commit a8f77c49e2
1 changed files with 1 additions and 1 deletions

View File

@ -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| {