generated from PlexSheep/rs-base
Compare commits
1 commit
f0afcbe252
...
8082afa55e
Author | SHA1 | Date | |
---|---|---|---|
8082afa55e |
1 changed files with 1 additions and 2 deletions
|
@ -55,8 +55,7 @@ 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 It also crashes in
|
||||
// non-interactive mode
|
||||
// pretend that there is a solution #5
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue