mirror of
https://github.com/jht5945/finding.git
synced 2025-12-27 13:20:03 +08:00
add comment
This commit is contained in:
@@ -46,7 +46,7 @@ fn main() {
|
|||||||
};
|
};
|
||||||
match target.as_str() {
|
match target.as_str() {
|
||||||
"huge" | "hugefile" => {
|
"huge" | "hugefile" => {
|
||||||
walk_dir(&dir_path, &|_, _| (), &|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