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.
1 parent e2d3c15 commit 3732d15Copy full SHA for 3732d15
crates/ide-completion/src/lib.rs
@@ -183,7 +183,7 @@ pub fn completions(
183
CompletionAnalysis::String { original, expanded: Some(expanded) } => {
184
completions::extern_abi::complete_extern_abi(acc, ctx, expanded);
185
completions::format_string::format_string(acc, ctx, original, expanded);
186
- completions::env_vars::complete_cargo_env_vars(acc, expanded);
+ completions::env_vars::complete_cargo_env_vars(acc, ctx, expanded);
187
}
188
CompletionAnalysis::UnexpandedAttrTT {
189
colon_prefix,
0 commit comments