We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c353de0 commit 4317c3eCopy full SHA for 4317c3e
src/config.rs
@@ -6,7 +6,7 @@ use std::str::FromStr;
6
use anyhow::{Context, Result, anyhow, bail};
7
use serde::Deserialize;
8
use thiserror::Error as ThisError;
9
-use tracing::{debug, error, info, trace, warn};
+use tracing::{debug, info, trace, warn};
10
11
use crate::{
12
cli::{common, self_update::SelfUpdateMode},
0 commit comments