summaryrefslogtreecommitdiff
path: root/rust-utils.el
diff options
context:
space:
mode:
authorbrotzeit <brotzeitmacher@gmail.com>2021-11-27 18:13:41 +0100
committerbrotzeit <brotzeitmacher@gmail.com>2021-11-27 18:13:41 +0100
commit3f67a880dc8b31b330cf59aee875d9dc96e7c475 (patch)
treed07ea4088c7f35b916be2244b4285c802f68c840 /rust-utils.el
parente76a97167096757bcd62b6c4b28662129df2d7ff (diff)
downloadrust-mode-3f67a880dc8b31b330cf59aee875d9dc96e7c475.tar.gz
use correct prefix
Diffstat (limited to 'rust-utils.el')
-rw-r--r--rust-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/rust-utils.el b/rust-utils.el
index d44a609..41f1ba8 100644
--- a/rust-utils.el
+++ b/rust-utils.el
@@ -77,7 +77,7 @@ visit the new file."
(delete-pair))
(t (rust-insert-dbg)))))))
-(defun rustic-toggle-mutability ()
+(defun rust-toggle-mutability ()
"Toggles the mutability of the variable defined on the current line"
(interactive)
(save-excursion