rustfmt.toml: switch to 2024 edition

Fixup to ba24140

This mainly affects `rustfmt` invoked via `jj fix`.
`cargo +nightly fmt` seems to use the edition from
`Cargo.toml`.
This commit is contained in:
Ilya Grigoriev 2025-07-28 21:31:43 -07:00
parent 0aaf57b14d
commit 6ab106f30b

View file

@ -1,4 +1,4 @@
edition = "2021"
edition = "2024"
max_width = 100
wrap_comments = true
format_strings = true