Skip to content

Commit 2a8ca9e

Browse files
committed
rust-format-show-buffer: default to true.
Otherwise it might not be clear what the problem is, in case of whitespace issues.
1 parent 888f3de commit 2a8ca9e

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
@@ -198,7 +198,7 @@ to the function arguments. When nil, `->' will be indented one level."
198198
:safe #'booleanp
199199
:group 'rust-mode)
200200

201-
(defcustom rust-format-show-buffer nil
201+
(defcustom rust-format-show-buffer t
202202
"Show *rustfmt* buffer if formatting detected problems."
203203
:type 'boolean
204204
:safe #'booleanp

0 commit comments

Comments
 (0)