rust-analyzer/.cargo
Matthias Krüger 5008e56821 xtask: replace "lint" command by a simply cargo alias
This strips the run_clippy implementation out of xtask and replaces it by
a simple "cargo lint" alias which runs clippy with the corresponding flags.

Unfortunately  I could not name the alias "clippy" because that would lead to infinite recursion.
2021-03-14 13:36:45 +01:00
..
config xtask: replace "lint" command by a simply cargo alias 2021-03-14 13:36:45 +01:00