Skip to content

Commit 88ee92e

Browse files
committed
; * lisp/progmodes/rust-ts-mode.el (treesit-node-end): Declare.
1 parent 02aba20 commit 88ee92e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/progmodes/rust-ts-mode.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
(declare-function treesit-node-child "treesit.c")
3737
(declare-function treesit-node-child-by-field-name "treesit.c")
3838
(declare-function treesit-node-start "treesit.c")
39+
(declare-function treesit-node-end "treesit.c")
3940
(declare-function treesit-node-type "treesit.c")
4041
(declare-function treesit-node-parent "treesit.c")
4142
(declare-function treesit-query-compile "treesit.c")

0 commit comments

Comments
 (0)