51
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
this post was submitted on 07 Oct 2025
51 points (100.0% liked)
Rust
7412 readers
19 users here now
Welcome to the Rust community! This is a place to discuss about the Rust programming language.
Wormhole
Credits
- The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)
founded 2 years ago
MODERATORS
https://doc.rust-lang.org/style-guide/index.html#small-items
What does this mean?
What does Linus when he says
rustfmtcheck
?cargo fmt check
? A util I can't find with a simple search? Maybe they have makefile targets or sth for it?The concerns raised by Linus make sense to me, but should be simple to solve. The small items description already mentions variance, and the need for tools to decide. So shouldn't it be a simple configuration change?
I think it's a script they added to do some sort of check with rustfmt.