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 for lint names in attributes #3720

Closed
Riateche opened this issue Apr 16, 2019 · 0 comments · Fixed by #5646
Closed

Completion for lint names in attributes #3720

Riateche opened this issue Apr 16, 2019 · 0 comments · Fixed by #5646
Assignees
Labels
feature subsystem::code insight General label for issues related to code understanding: highlighting, completion, annotation, etc.

Comments

@Riateche
Copy link

It would be nice to add completion for lint names in attributes like #[allow(...)]. For example, #[allow(de should expand to #[allow(dead_code)] if the user requests completion. Rustc and clippy lints should be supported.

@Undin Undin added subsystem::code insight General label for issues related to code understanding: highlighting, completion, annotation, etc. feature labels Apr 16, 2019
@Undin Undin self-assigned this Apr 23, 2019
@bors bors bot closed this as completed in 2e22220 Oct 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature subsystem::code insight General label for issues related to code understanding: highlighting, completion, annotation, etc.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants