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.
2 parents 33fdfb4 + 2169fc7 commit 51a0dd2Copy full SHA for 51a0dd2
src/tools/rust-analyzer/crates/project-model/src/env.rs
@@ -81,7 +81,7 @@ pub(crate) fn cargo_config_env(
81
tracing::debug!("Discovered cargo config env: {:?}", env);
82
})
83
.inspect_err(|err| {
84
- tracing::error!("Failed to discover cargo config env: {:?}", err);
+ tracing::debug!("Failed to discover cargo config env: {:?}", err);
85
86
.unwrap_or_default()
87
}
0 commit comments