]> git.lizzy.rs Git - rust.git/blobdiff - tests/missing-test-files.rs
Update while_let_on_iterator tests
[rust.git] / tests / missing-test-files.rs
index a26f43d0eff9fdcd019ad62545175acb41c34f95..d87bb4be3c3f976e26e94ddfad4135d6993cf45d 100644 (file)
@@ -46,7 +46,7 @@ fn explore_directory(dir: &Path) -> Vec<String> {
                         if file_stem != current_file {
                             missing_files.push(path.to_str().unwrap().to_string());
                         }
-                    }
+                    },
                     _ => continue,
                 };
             }