Commit dc75f2a
authored
In rust-analyzer, cargo.extraEnv has been a map since its
introduction (rust-lang/rust-analyzer@c407cc5). The definition in lsp-mode
hasn't matched since then, but the mismatch has been silently ignored. From
rust-lang/rust-analyzer@46ce474, rust-analyzer started showing a warning message
on configuration error which we are seeing.
With this change, the definition for cargo.extraEnv should match and the warning
message is not displayed.
1 parent df11f28 commit dc75f2a
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
854 | | - | |
| 854 | + | |
855 | 855 | | |
856 | 856 | | |
857 | | - | |
| 857 | + | |
858 | 858 | | |
859 | 859 | | |
860 | 860 | | |
| |||
0 commit comments