diff options
| author | condy <condy0919@gmail.com> | 2024-03-01 01:09:53 +0800 |
|---|---|---|
| committer | condy <condy0919@gmail.com> | 2024-03-01 01:25:00 +0800 |
| commit | 9d45b6f7434e253554d68f5975184c2e026af0d7 (patch) | |
| tree | ed8408280da4de75ec315475dfeb250a3f289bfb | |
| parent | 8b1ef9f54ff3800170801fefff416e9bddd5b1df (diff) | |
| download | rust-mode-9d45b6f7434e253554d68f5975184c2e026af0d7.tar.gz | |
Require rust-ts-mode carefully
Fix #524
| -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 |
