Conversation

programmers: In which order do you prefer to run "cargo fmt", "cargo clippy", "cargo test"?

0% "cargo test" first
0% "cargo test" last
0% I don't run "cargo test" - CI server does
0% I don't use cargo
2
1
0

@liw vim runs cargo fmt for me on every save, so only test.

0
0
0

@liw after configuration, rust-analyzer (auto-launched by $EDITOR) takes care of both formatting and running clippy for me. So I would say "cargo test" runs always last.

1
0
0
@Aissen @liw clippy with all and pedantic for every commit.
0
0
2