automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-03-22 12:01:37 +00:00 committed by github-actions[bot]
parent 4367e7fc58
commit 93dfcf6efe
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;