Completion for lint names in attributes #3720
Labels
feature
subsystem::code insight
General label for issues related to code understanding: highlighting, completion, annotation, etc.
It would be nice to add completion for lint names in attributes like
#[allow(...)]. For example,#[allow(deshould expand to#[allow(dead_code)]if the user requests completion. Rustc and clippy lints should be supported.The text was updated successfully, but these errors were encountered: