generated from PlexSheep/rs-base
Compare commits
1 commit
a59b847675
...
1b63e4d9cc
Author | SHA1 | Date | |
---|---|---|---|
1b63e4d9cc |
1 changed files with 1 additions and 1 deletions
|
@ -88,7 +88,7 @@ impl<'wl, WL: WordList> Solver<'wl, WL> for NaiveSolver<'wl, WL> {
|
|||
if !game.responses().is_empty()
|
||||
&& !state.has_all_known_contained(&solution_candidate.0)
|
||||
{
|
||||
debug!("known cont:{:#?}", state.get_all_known_contained());
|
||||
trace!("known cont:{:#?}", state.get_all_known_contained());
|
||||
return false;
|
||||
}
|
||||
for (idx, c) in solution_candidate.0.char_indices() {
|
||||
|
|
Loading…
Add table
Reference in a new issue