Merge branch 'master' of https://git.cscherr.de/PlexSheep/wordle-analyzer
All checks were successful
cargo devel CI / cargo CI (push) Successful in 42s

This commit is contained in:
Christoph J. Scherr 2024-03-22 14:12:51 +01:00
commit 1336fdba10
Signed by: cscherrNT
GPG key ID: 8E2B45BC51A27EA7

View file

@ -1,5 +1,5 @@
use crate::error::*;
use crate::wlist::word::{WordData, Word};
use crate::wlist::word::{Word, WordData};
use crate::wlist::WordList;
use libpt::log::debug;