Skip to content

Commit 91d660b

Browse files
committed
Fix warning
1 parent 525f43a commit 91d660b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/services/identifiers.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ use std::path::Path;
44

55
use error_stack::{bail, report, IntoReport, Result, ResultExt};
66
use include_dir::include_dir;
7-
use log::{error, info, warn};
7+
use log::{info, warn};
88
use thiserror::Error;
99

1010
use crate::{no_color, State};

0 commit comments

Comments
 (0)