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

update comment

This commit is contained in:
2019-07-22 01:42:48 +08:00
parent 3271c4864c
commit 0d81b8e0f8

View File

@@ -53,7 +53,7 @@ fn main() {
}, },
Ok(bytes) => bytes as u64, Ok(bytes) => bytes as u64,
}; };
walk_dir(&dir_path, &|_, _| () /* do not process error */, &|p| { walk_dir(&dir_path, &|_, _| (/* do not process error */), &|p| {
match p.metadata() { match p.metadata() {
Err(_) => (), Err(_) => (),
Ok(metadata) => { Ok(metadata) => {