For a programming language that makes unused variables a compiler error, I'm surprised there is no clippy/rubocop/black/cargo fmt/clang fmt built-in.
back
3 comments
As far as I can tell every single one of those tools was inspired by Go's `gofmt` & `go vet` in the first place.
You mean like “go fmt”?
there is, gofmt :)