1
0
mirror of https://github.com/jht5945/finding.git synced 2025-12-27 21:20:05 +08:00

add comment

This commit is contained in:
2019-07-22 00:24:26 +08:00
parent dfb83af83e
commit b313ffafec

View File

@@ -46,7 +46,7 @@ fn main() {
};
match target.as_str() {
"huge" | "hugefile" => {
walk_dir(&dir_path, &|_, _| (), &|p| {
walk_dir(&dir_path, &|_, _| () /* do not process error */, &|p| {
match p.metadata() {
Err(_) => (),
Ok(metadata) => {