Compare commits

..

1 commit

Author SHA1 Message Date
f0afcbe252 chore: add fixme comment for #5
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m47s
2024-07-22 16:19:56 +02:00

View file

@ -55,7 +55,8 @@ impl<'wl, WL: WordList> Solver<'wl, WL> for NaiveSolver<'wl, WL> {
.map(|v| v.to_owned())
.collect();
matches[0].0.to_owned() // FIXME: panicks in interactive solve, when I insert bullshit and
// pretend that there is a solution #5
// pretend that there is a solution #5 It also crashes in
// non-interactive mode
}
}