generated from PlexSheep/rs-base
chore: add fixme comment for #5
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m47s
Some checks failed
cargo devel CI / cargo CI (push) Failing after 1m47s
This commit is contained in:
parent
42323410f5
commit
f0afcbe252
1 changed files with 3 additions and 1 deletions
|
@ -54,7 +54,9 @@ impl<'wl, WL: WordList> Solver<'wl, WL> for NaiveSolver<'wl, WL> {
|
|||
})
|
||||
.map(|v| v.to_owned())
|
||||
.collect();
|
||||
matches[0].0.to_owned()
|
||||
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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue