mirror of
https://github.com/jht5945/finding.git
synced 2025-12-29 22:20:05 +08:00
update
This commit is contained in:
@@ -46,7 +46,7 @@ fn main() {
|
|||||||
println!("{:?}", get_absolute_path("~/.jsspx"));
|
println!("{:?}", get_absolute_path("~/.jsspx"));
|
||||||
|
|
||||||
|
|
||||||
walk_dir(get_home_path().unwrap().as_path(), &|_, _| {}, &|p| println!("{:?}",p), &|_| false).unwrap();
|
walk_dir(get_home_path().unwrap().as_path(), &|_, _| (), &|p| println!("{:?}",p), &|_| false).unwrap();
|
||||||
|
|
||||||
println!("Hello, world!");
|
println!("Hello, world!");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user