mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
fix(language/rust): fix typo in function name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user