diff options
| -rw-r--r-- | rust-utils.el | 2 |
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 |
