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

View File

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