Skip to content

Commit

Permalink
Silence byte-compiler
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Mar 16, 2024
1 parent 1ce4f8e commit f83a17b
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions rust-mode-treesitter.el
Expand Up @@ -5,6 +5,9 @@

;;; Code:

(defvar rust-before-save-hook)
(defvar rust-after-save-hook)

(when (version<= "29.1" emacs-version)
;; We have the when macro because of
;; https://github.com/rust-lang/rust-mode/issues/520
Expand Down

0 comments on commit f83a17b

Please sign in to comment.