mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-03 15:15:24 +00:00
Auto merge of #16144 - lnicola:sync-from-rust, r=lnicola
internal: sync from downstream
This commit is contained in:
commit
9a82f8ce52
1 changed files with 4 additions and 0 deletions
|
@ -58,6 +58,10 @@ impl server::Types for RustAnalyzer {
|
||||||
}
|
}
|
||||||
|
|
||||||
impl server::FreeFunctions for RustAnalyzer {
|
impl server::FreeFunctions for RustAnalyzer {
|
||||||
|
fn injected_env_var(&mut self, _var: &str) -> Option<String> {
|
||||||
|
None
|
||||||
|
}
|
||||||
|
|
||||||
fn track_env_var(&mut self, _var: &str, _value: Option<&str>) {
|
fn track_env_var(&mut self, _var: &str, _value: Option<&str>) {
|
||||||
// FIXME: track env var accesses
|
// FIXME: track env var accesses
|
||||||
// https://github.com/rust-lang/rust/pull/71858
|
// https://github.com/rust-lang/rust/pull/71858
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue