mirror of
https://github.com/jht5945/finding.git
synced 2025-12-27 13:20:03 +08:00
update comment
This commit is contained in:
@@ -53,7 +53,7 @@ fn main() {
|
||||
},
|
||||
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() {
|
||||
Err(_) => (),
|
||||
Ok(metadata) => {
|
||||
|
||||
Reference in New Issue
Block a user