We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ce4f8e commit f83a17bCopy full SHA for f83a17b
rust-mode-treesitter.el
@@ -5,6 +5,9 @@
5
6
;;; Code:
7
8
+(defvar rust-before-save-hook)
9
+(defvar rust-after-save-hook)
10
+
11
(when (version<= "29.1" emacs-version)
12
;; We have the when macro because of
13
;; https://github.com/rust-lang/rust-mode/issues/520
0 commit comments