diff --git a/src/wlist/builtin.rs b/src/wlist/builtin.rs index 0b9eaba..bd509ed 100644 --- a/src/wlist/builtin.rs +++ b/src/wlist/builtin.rs @@ -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};