automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-07-25 15:04:02 +00:00 committed by github-actions[bot]
parent 9ea3577a3b
commit 9e7acec701
1 changed files with 2 additions and 2 deletions

View File

@ -1,9 +1,9 @@
use std::fmt::{write, Debug, Display};
use std::path::{Path, PathBuf};
use std::path::Path;
use serde_json;
use crate::error::{WResult, WordlistError};
use crate::error::WordlistError;
use super::{Word, WordList};