mirror of
https://github.com/jht5945/finding.git
synced 2025-12-27 21:20:05 +08:00
update
This commit is contained in:
@@ -46,7 +46,7 @@ fn main() {
|
||||
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!");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user