chore: add fixme comment for #5
cargo devel CI / cargo CI (push) Failing after 1m41s Details

This commit is contained in:
Christoph J. Scherr 2024-07-22 16:10:50 +02:00
parent 42323410f5
commit 8082afa55e
1 changed files with 2 additions and 1 deletions

View File

@ -54,7 +54,8 @@ impl<'wl, WL: WordList> Solver<'wl, WL> for NaiveSolver<'wl, WL> {
}) })
.map(|v| v.to_owned()) .map(|v| v.to_owned())
.collect(); .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
} }
} }