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

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
1 changed files with 1 additions and 1 deletions

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;