Skip to content

Commit b4cd51e

Browse files
Fix mismatched brackets in generated .dir-locals.el
This caused Emacs to throw errors when opening files. Introduced in 3fe3edb.
1 parent 401ae55 commit b4cd51e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/etc/rust_analyzer_eglot.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"--build-dir"
2929
"build-rust-analyzer"
3030
"--json-output"
31-
"--compile-time-deps"])]
31+
"--compile-time-deps"])
3232
:sysrootSrc "./library"
3333
:extraEnv (:RUSTC_BOOTSTRAP "1"))
3434
:rustc ( :source "./Cargo.toml" )))))))

0 commit comments

Comments
 (0)