cargo clippy & fmt

This commit is contained in:
Yifan Wu 2022-01-21 14:23:53 -08:00
parent e3601918ba
commit 3a120122ba
29 changed files with 361 additions and 289 deletions

View file

@ -26,4 +26,4 @@ unsafe fn main() -> i32 {
println!("{}^{} = {}(MOD {})", p, iter, S[cur], m);
println!("Test power_3 OK!");
0
}
}

View file

@ -15,4 +15,4 @@ fn main() -> i32 {
}
println!("Test sleep OK!");
0
}
}