diff options
| author | Sibi Prabakaran <sibi@psibi.in> | 2024-03-01 07:59:42 +0530 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-03-01 07:59:42 +0530 |
| commit | 6d86af4a3d971b00da2ae737d490a240644264fa (patch) | |
| tree | ed8408280da4de75ec315475dfeb250a3f289bfb | |
| parent | 8b1ef9f54ff3800170801fefff416e9bddd5b1df (diff) | |
| parent | 9d45b6f7434e253554d68f5975184c2e026af0d7 (diff) | |
| download | rust-mode-6d86af4a3d971b00da2ae737d490a240644264fa.tar.gz | |
Merge pull request #525 from condy0919/highlight
Require rust-ts-mode carefully
| -rw-r--r-- | rust-mode-treesitter.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/rust-mode-treesitter.el b/rust-mode-treesitter.el index dbad06a..89c7cd4 100644 --- a/rust-mode-treesitter.el +++ b/rust-mode-treesitter.el @@ -5,7 +5,6 @@ ;;; Code: -;;;###autoload (when (version<= "29.1" emacs-version) ;; We have the when macro because of ;; https://github.com/rust-lang/rust-mode/issues/520 |
