automatic cargo CI changes

This commit is contained in:
cscherrNT 2024-07-25 15:38:31 +00:00 committed by github-actions[bot]
parent 8a2d553a8f
commit e84c697a9e
1 changed files with 2 additions and 2 deletions

View File

@ -1,11 +1,11 @@
use std::fmt::{write, Debug, Display};
use std::fmt::{Debug, Display};
use std::path::Path;
use serde_json;
use crate::error::WordlistError;
use super::{Word, WordList, WordMapInner};
use super::{Word, WordList};
pub const RAW_WORDLIST_BUNDLED_ENGLISH: &str =
include_str!("../../data/wordlists/en_US_3b1b_freq_map.json");