Skip to content

Commit 10ba29e

Browse files
phillordmookid
authored andcommitted
Silence byte-compiler
1 parent b7237b0 commit 10ba29e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1471,7 +1471,7 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
14711471
(current-buffer))
14721472
:sentinel 'rust-format-diff-buffer-sentinel))
14731473

1474-
(defun rust-format-diff-buffer-sentinel (process e)
1474+
(defun rust-format-diff-buffer-sentinel (process _e)
14751475
(when (eq 'exit (process-status process))
14761476
(if (> (process-exit-status process) 0)
14771477
(display-buffer "*rustfmt-diff*")

0 commit comments

Comments
 (0)