We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Also, the label here should probably say deprecated = "...", it's better to give visual clues about what would be inserted.
deprecated = "..."
The relevant code & tests are here: https://github.com/rust-analyzer/rust-analyzer/blob/672d160b013df82b1729fd3db130ff7b6f9b5b31/crates/ra_ide/src/completion/complete_attribute.rs
The text was updated successfully, but these errors were encountered:
Will solve this :)
Sorry, something went wrong.
don't complete top level attrs inside nested attrs and add better lab…
9aad07d
…els rust-lang#4890 Signed-off-by: Benjamin Coenen <[email protected]>
different issue, now #4907
@abreis Hmm I think here you're talking about keywords and not attributes
Doh, you're right. Nevermind.
3f26c57
d8842e8
Successfully merging a pull request may close this issue.
Also, the label here should probably say
deprecated = "..."
, it's better to give visual clues about what would be inserted.The relevant code & tests are here: https://github.com/rust-analyzer/rust-analyzer/blob/672d160b013df82b1729fd3db130ff7b6f9b5b31/crates/ra_ide/src/completion/complete_attribute.rs
The text was updated successfully, but these errors were encountered: