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.
cargo config get env
1 parent a021b85 commit 02c066cCopy full SHA for 02c066c
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