fix(language/rust): fix typo in function name

This commit is contained in:
2023-03-07 23:22:01 +00:00
parent 63029ca6cf
commit d27c0bc67e

View File

@@ -74,7 +74,7 @@
(cargo-process--command-test--additional-args "-- --nocapture")
:preface
(defun siren-cargo-process-get-current-mod-path ()
(defun siren-cargo-process--get-current-mod-path ()
"Get the current module name."
(let ((filename (buffer-file-name)))
(when (and filename