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 21b06c1 + e628f17 commit 9a82f8cCopy full SHA for 9a82f8c
crates/proc-macro-srv/src/server.rs
@@ -58,6 +58,10 @@ impl server::Types for RustAnalyzer {
58
}
59
60
impl server::FreeFunctions for RustAnalyzer {
61
+ fn injected_env_var(&mut self, _var: &str) -> Option<String> {
62
+ None
63
+ }
64
+
65
fn track_env_var(&mut self, _var: &str, _value: Option<&str>) {
66
// FIXME: track env var accesses
67
// https://github.com/rust-lang/rust/pull/71858
0 commit comments