about summary refs log tree commit diff
path: root/src/etc/rust_analyzer_helix.toml
diff options
context:
space:
mode:
authorChai T. Rex <ChaiTRex@users.noreply.github.com>2025-05-15 19:26:18 -0400
committerChai T. Rex <ChaiTRex@users.noreply.github.com>2025-05-15 20:38:03 -0400
commita6bf524975c978dffad2ece4146e339bc88b5d9f (patch)
treebe521df9c188129616c4e853bc96d29990acfc46 /src/etc/rust_analyzer_helix.toml
parentc4e05e53d19b550a358ee8b2e29ecd5a11075800 (diff)
downloadrust-a6bf524975c978dffad2ece4146e339bc88b5d9f.tar.gz
rust-a6bf524975c978dffad2ece4146e339bc88b5d9f.zip
Update IDEs to use rustfmt 2024, fix Zed settings
- Update IDE `rust-analyzer` settings to use 2024 rather than 2021.
- Fix Zed settings by removing `${workspaceFolder}/` from paths.
Diffstat (limited to 'src/etc/rust_analyzer_helix.toml')
-rw-r--r--src/etc/rust_analyzer_helix.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/etc/rust_analyzer_helix.toml b/src/etc/rust_analyzer_helix.toml
index 05fc7716a72..1a6a14991ec 100644
--- a/src/etc/rust_analyzer_helix.toml
+++ b/src/etc/rust_analyzer_helix.toml
@@ -32,7 +32,7 @@ overrideCommand = [
 [language-server.rust-analyzer.config.rustfmt]
 overrideCommand = [
     "build/rust-analyzer/host/rustfmt/bin/rustfmt",
-    "--edition=2021"
+    "--edition=2024"
 ]
 
 [language-server.rust-analyzer.config.procMacro]