mirror of
https://github.com/jj-vcs/jj.git
synced 2025-12-23 06:01:01 +00:00
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:
parent
0aaf57b14d
commit
6ab106f30b
1 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
edition = "2021"
|
||||
edition = "2024"
|
||||
max_width = 100
|
||||
wrap_comments = true
|
||||
format_strings = true
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue