We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 525f43a commit 91d660bCopy full SHA for 91d660b
1 file changed
src/services/identifiers.rs
@@ -4,7 +4,7 @@ use std::path::Path;
4
5
use error_stack::{bail, report, IntoReport, Result, ResultExt};
6
use include_dir::include_dir;
7
-use log::{error, info, warn};
+use log::{info, warn};
8
use thiserror::Error;
9
10
use crate::{no_color, State};
0 commit comments