Sjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agoBrace Stylesh.itjust.worksimagemessage-square140linkfedilinkarrow-up18arrow-down10
arrow-up18arrow-down1imageBrace Stylesh.itjust.worksSjmarf@sh.itjust.works to Programmer Humor@programming.dev · 1 year agomessage-square140linkfedilink
minus-squareUsername@feddit.orglinkfedilinkarrow-up0·1 year agoWhat do you mean? rustfmt is the de facto standard and is easily run using cargo fmt. Most projects use it along with clippy, the standard linter.
What do you mean? rustfmt is the de facto standard and is easily run using
cargo fmt
. Most projects use it along with clippy, the standard linter.