Skip to content

Commit 3f67a88

Browse files
committed
use correct prefix
1 parent e76a971 commit 3f67a88

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-utils.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ visit the new file."
7777
(delete-pair))
7878
(t (rust-insert-dbg)))))))
7979

80-
(defun rustic-toggle-mutability ()
80+
(defun rust-toggle-mutability ()
8181
"Toggles the mutability of the variable defined on the current line"
8282
(interactive)
8383
(save-excursion

0 commit comments

Comments
 (0)