generated from PlexSheep/rs-base
automatic cargo CI changes
This commit is contained in:
parent
8a2d553a8f
commit
e84c697a9e
|
@ -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");
|
||||
|
|
Loading…
Reference in New Issue