diff options
| author | brotzeit <brotzeitmacher@gmail.com> | 2021-11-27 18:13:41 +0100 |
|---|---|---|
| committer | brotzeit <brotzeitmacher@gmail.com> | 2021-11-27 18:13:41 +0100 |
| commit | 3f67a880dc8b31b330cf59aee875d9dc96e7c475 (patch) | |
| tree | d07ea4088c7f35b916be2244b4285c802f68c840 | |
| parent | e76a97167096757bcd62b6c4b28662129df2d7ff (diff) | |
| download | rust-mode-3f67a880dc8b31b330cf59aee875d9dc96e7c475.tar.gz | |
use correct prefix
| -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 |
