rust/xtask/src
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
..
codegen Minor 2021-03-08 21:49:25 +03:00
ast_src.rs Add MacroType syntax 2021-01-18 17:56:35 +01:00
codegen.rs Fix remaining references to cargo xtask codegen 2021-03-12 15:10:33 +01:00
dist.rs Simplify xtask 2021-03-01 20:26:37 +03:00
flags.rs xtask: replace "lint" command by a simply cargo alias 2021-03-14 13:36:45 +01:00
install.rs Underengineer cargo xtask install --client 2021-03-05 20:42:41 +03:00
main.rs xtask: replace "lint" command by a simply cargo alias 2021-03-14 13:36:45 +01:00
metrics.rs Fix xflags fallout 2021-03-02 16:50:03 +03:00
pre_cache.rs Use cli parser with auto-generated help 2021-03-01 22:12:43 +03:00
release.rs Make code generation just work 2021-03-08 21:45:37 +03:00
tidy.rs Remove now dead code 2021-03-08 21:45:43 +03:00