generated from PlexSheep/rs-base
chores: fix warnings in tests
cargo devel CI / cargo CI (push) Has been cancelled
Details
cargo devel CI / cargo CI (push) Has been cancelled
Details
This commit is contained in:
parent
0c90f874b3
commit
01815e3c80
|
@ -11,9 +11,9 @@ fn wordlist() -> impl WordList {
|
||||||
#[test]
|
#[test]
|
||||||
fn test_build_builtin_solvers() {
|
fn test_build_builtin_solvers() {
|
||||||
let wl = wordlist();
|
let wl = wordlist();
|
||||||
let stupid_solver =
|
let _stupid_solver =
|
||||||
AnyBuiltinSolver::Stupid(StupidSolver::build(&wl).expect("could not build naive solver"));
|
AnyBuiltinSolver::Stupid(StupidSolver::build(&wl).expect("could not build naive solver"));
|
||||||
let naive_solver =
|
let _naive_solver =
|
||||||
AnyBuiltinSolver::Naive(NaiveSolver::build(&wl).expect("could not build naive solver"));
|
AnyBuiltinSolver::Naive(NaiveSolver::build(&wl).expect("could not build naive solver"));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue