summaryrefslogtreecommitdiff
path: root/rustfmt.toml
diff options
context:
space:
mode:
authorpml68 <contact@pml68.dev>2025-02-21 21:22:52 +0100
committerpml68 <contact@pml68.dev>2025-02-21 21:25:38 +0100
commit256e3ba587d0aba7f78189b6a18ea5952a1e7c57 (patch)
treeb54978347382ae182a87703644fc3cfaf103292a /rustfmt.toml
parentMerge pull request #6 from pml68/feat/0.14 (diff)
downloadiced-builder-256e3ba587d0aba7f78189b6a18ea5952a1e7c57.tar.gz
feat: update to Rust 2024
Diffstat (limited to 'rustfmt.toml')
-rw-r--r--rustfmt.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/rustfmt.toml b/rustfmt.toml
index 197262a..9a5736e 100644
--- a/rustfmt.toml
+++ b/rustfmt.toml
@@ -1,4 +1,4 @@
-edition = "2021"
+edition = "2024"
imports_granularity = "Module"
group_imports = "StdExternalCrate"
max_width = 80