From 3f67a880dc8b31b330cf59aee875d9dc96e7c475 Mon Sep 17 00:00:00 2001 From: brotzeit Date: Sat, 27 Nov 2021 18:13:41 +0100 Subject: use correct prefix --- rust-utils.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'rust-utils.el') 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 -- cgit v1.2.3