Skip to content

Commit 491ae0e

Browse files
author
Christian Howe
committed
Remove unnecessary debugging message
1 parent 4ec735e commit 491ae0e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rust-mode.el

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1198,7 +1198,6 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
11981198
(let ((tmpf (make-temp-file "rustfmt")))
11991199
(let ((ret (call-process-region (point-min) (point-max) rust-rustfmt-bin
12001200
t `(t ,tmpf) nil)))
1201-
(format-message "%d" ret)
12021201
(cond
12031202
((zerop ret)
12041203
(error "Rustfmt failed, see *rustfmt* buffer for details"))

0 commit comments

Comments
 (0)