summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rust-mode.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/rust-mode.el b/rust-mode.el
index 8d81efa..3b4b665 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -1198,7 +1198,6 @@ This is written mainly to be used as `end-of-defun-function' for Rust."
(let ((tmpf (make-temp-file "rustfmt")))
(let ((ret (call-process-region (point-min) (point-max) rust-rustfmt-bin
t `(t ,tmpf) nil)))
- (format-message "%d" ret)
(cond
((zerop ret)
(error "Rustfmt failed, see *rustfmt* buffer for details"))