pre_plan:
- action: cargo_fetch
plan:
- action: cargo_fmt
# Disabled because I'm too tired to fight different rustfmt versions.
# - action: cargo_fmt
#
- action: cargo_clippy
- action: shell