branch: elpa/rust-mode
commit 2a8ca9e77b8e1b30c10c0b68da9db7c066e67a0a
Author: Nathan Moreau <[email protected]>
Commit: Nathan Moreau <[email protected]>

    rust-format-show-buffer: default to true.
    
    Otherwise it might not be clear what the problem is, in case of
    whitespace issues.
---
 rust-mode.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rust-mode.el b/rust-mode.el
index 154978b..b6ef25b 100644
--- a/rust-mode.el
+++ b/rust-mode.el
@@ -198,7 +198,7 @@ to the function arguments.  When nil, `->' will be indented 
one level."
   :safe #'booleanp
   :group 'rust-mode)
 
-(defcustom rust-format-show-buffer nil
+(defcustom rust-format-show-buffer t
   "Show *rustfmt* buffer if formatting detected problems."
   :type 'boolean
   :safe #'booleanp

Reply via email to