Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Completion adds extra reference #14331

Closed
lnicola opened this issue Mar 12, 2023 · 0 comments · Fixed by #14355
Closed

Completion adds extra reference #14331

lnicola opened this issue Mar 12, 2023 · 0 comments · Fixed by #14355
Labels
A-completion autocompletion C-bug Category: bug

Comments

@lnicola
Copy link
Member

lnicola commented Mar 12, 2023

    pub fn extra_args(&self) -> &Vec<String> {
        &self.data.cargo_
    }

->

    pub fn extra_args(&self) -> &Vec<String> {
        &&self.data.cargo_extraArgs
    }

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-completion autocompletion C-bug Category: bug
Projects
None yet
1 participant