mirror of
https://github.com/jht5945/finding.git
synced 2025-12-29 14:10:05 +08:00
update comment
This commit is contained in:
@@ -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) => {
|
||||||
|
|||||||
Reference in New Issue
Block a user