Skip to content

Commit dce77ee

Browse files
committed
Upgrade rustic to fix performance regression
The `rustic-syntax-propertize` function in rustic (set as `syntax-propertize-function` in emacs) had a performance regression (reported in brotzeit/rustic#107) that caused emacs to effectively lock up every time the viewport changed. This was fixed upstream in rust-mode by @phillord in rust-lang/rust-mode@bfe4056, and ported to rustic by @brotzeit in brotzeit/rustic#108. I've confirmed that this version of rustic seems to resolve the issue.
1 parent 375faed commit dce77ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

modules/lang/rust/packages.el

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
;; -*- no-byte-compile: t; -*-
22
;;; lang/rust/packages.el
33

4-
(package! rustic :pin "32a962ab2d3f87bde0e12c4e8975fe73d8ba8579")
4+
(package! rustic :pin "52b632d161b64bdca3f35e35180af63b668ce9fb")
55
(unless (featurep! +lsp)
66
(package! racer :pin "a0bdf778f01e8c4b8a92591447257422ac0b455b"))

0 commit comments

Comments
 (0)