automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-07-23 09:29:15 +00:00 committed by github-actions[bot]
parent 40e2f4d387
commit 1d839e14ac

View file

@ -2,7 +2,7 @@ use core::panic;
use std::fmt::Display;
use crate::error::*;
use crate::wlist::word::{Word, WordData, WordDataRef};
use crate::wlist::word::{Word, WordData};
use crate::wlist::WordList;
use libpt::log::{debug, trace};