We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b2ff031 commit ca9dd2cCopy full SHA for ca9dd2c
src/types.rs
@@ -11,7 +11,6 @@ use std::{
11
use crate::{
12
cmd::cache, config::get_shortcuts
13
};
14
-use anyhow::Error;
15
use crate::utils::{is_domain, norm_string, trim_inline_comments};
16
use crate::Arguments;
17
use futures::executor::block_on;
0 commit comments