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 02aba20 commit 88ee92eCopy full SHA for 88ee92e
lisp/progmodes/rust-ts-mode.el
@@ -36,6 +36,7 @@
36
(declare-function treesit-node-child "treesit.c")
37
(declare-function treesit-node-child-by-field-name "treesit.c")
38
(declare-function treesit-node-start "treesit.c")
39
+(declare-function treesit-node-end "treesit.c")
40
(declare-function treesit-node-type "treesit.c")
41
(declare-function treesit-node-parent "treesit.c")
42
(declare-function treesit-query-compile "treesit.c")
0 commit comments