emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/rust-mode 3f67a88 3/3: use correct prefix


From: ELPA Syncer
Subject: [nongnu] elpa/rust-mode 3f67a88 3/3: use correct prefix
Date: Sat, 27 Nov 2021 12:57:54 -0500 (EST)

branch: elpa/rust-mode
commit 3f67a880dc8b31b330cf59aee875d9dc96e7c475
Author: brotzeit <brotzeitmacher@gmail.com>
Commit: brotzeit <brotzeitmacher@gmail.com>

    use correct prefix
---
 rust-utils.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]