Closed EdJoPaTo closed 1 month ago
requires nightly for cargo fmt (cargo +nightly fmt). Without nightly it prints warnings but continues to work.
cargo fmt
cargo +nightly fmt
This will create merge conflicts, but I think it's easier to discuss a PR. What do you think about the cargo fmt with nightly change @ayrat555 ?
@EdJoPaTo I don't have anything against it
requires nightly for
cargo fmt
(cargo +nightly fmt
). Without nightly it prints warnings but continues to work.