File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -412,10 +412,10 @@ Argument START is the starting point ot the insertion."
412412(defun docstr-writers-rust (search-string )
413413 " Insert document string for Rust using SEARCH-STRING."
414414 (let* ((start (point )) (prefix " \n * " )
415- (paren-param-list (jcs -paren-param-list-behind search-string " :" t ))
415+ (paren-param-list (docstr-writers- -paren-param-list-behind search-string " :" t ))
416416 (param-types (nth 0 paren-param-list))
417417 (param-vars (nth 1 paren-param-list))
418- (return-type-str (jcs --return-type-behind search-string " :" )))
418+ (return-type-str (docstr-writers --return-type-behind search-string " :" )))
419419 (docstr-writers--insert-param param-types param-vars prefix)
420420 (docstr-writers--insert-return return-type-str '(" void" ) prefix)
421421 (docstr-writers-after start)))
You can’t perform that action at this time.
0 commit comments