updated to slice
This commit is contained in:
committed by
Michael Vines
parent
eacd8d986c
commit
a32cdb9f4d
@ -129,7 +129,7 @@ fn grind_validator_starts_and_ends_with(v: String) -> Result<(), String> {
|
|||||||
Ok(())
|
Ok(())
|
||||||
}
|
}
|
||||||
|
|
||||||
fn grind_print_info(grind_matches: &Vec<GrindMatch>) {
|
fn grind_print_info(grind_matches: &[GrindMatch]) {
|
||||||
println!("Searching with {} threads for:", num_cpus::get());
|
println!("Searching with {} threads for:", num_cpus::get());
|
||||||
for gm in grind_matches {
|
for gm in grind_matches {
|
||||||
let mut msg = Vec::<String>::new();
|
let mut msg = Vec::<String>::new();
|
||||||
|
Reference in New Issue
Block a user