]> git.lizzy.rs Git - rust.git/commit
add completions for clippy lint in attributes
authorBenjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Tue, 20 Oct 2020 19:29:31 +0000 (21:29 +0200)
committerBenjamin Coenen <5719034+bnjjj@users.noreply.github.com>
Tue, 20 Oct 2020 19:29:31 +0000 (21:29 +0200)
commitaa031e91f4f809933eb967edda256ebf6b8bf4ea
treec78e34fbda9795c0671c71661a6c63faaf596a3b
parentc00339509d27061f77dac5eef33335095afea8ec
add completions for clippy lint in attributes

Signed-off-by: Benjamin Coenen <5719034+bnjjj@users.noreply.github.com>
crates/completion/src/complete_attribute.rs
crates/completion/src/generated_features.rs [deleted file]
crates/completion/src/generated_lint_completions.rs [new file with mode: 0644]
crates/completion/src/lib.rs
docs/user/generated_diagnostic.adoc [new file with mode: 0644]
xtask/src/codegen.rs
xtask/src/codegen/gen_lint_completions.rs [new file with mode: 0644]
xtask/tests/tidy.rs