diff options
| author | Ralf Jung <post@ralfj.de> | 2024-09-22 08:29:28 +0200 |
|---|---|---|
| committer | Ralf Jung <post@ralfj.de> | 2024-09-22 08:29:28 +0200 |
| commit | d877ec2a3e7235c32e0fd094fb1cf813586b2665 (patch) | |
| tree | d6de38b7510e7603d988ab5b33a317d201f32070 /src/tools | |
| parent | 96cb08d4990e197c67dfba9e94849ee32c00da93 (diff) | |
rustfmt: switch over to setting style_edition
Diffstat (limited to 'src/tools')
| -rw-r--r-- | src/tools/miri/rustfmt.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/tools/miri/rustfmt.toml b/src/tools/miri/rustfmt.toml index be5af7379ea..3f9311d9d1a 100644 --- a/src/tools/miri/rustfmt.toml +++ b/src/tools/miri/rustfmt.toml @@ -1,4 +1,4 @@ -version = "Two" +style_edition = "2024" use_small_heuristics = "Max" match_arm_blocks = false match_arm_leading_pipes = "Preserve" |
