Skip to content

Commit 8452093

Browse files
committed
put remaining defcustoms into the rust-mode group
1 parent e327658 commit 8452093

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

rust-mode.el

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,11 +187,13 @@ function or trait. When nil, where will be aligned with fn or trait."
187187
(defcustom rust-format-on-save nil
188188
"Format future rust buffers before saving using rustfmt."
189189
:type 'boolean
190-
:safe #'booleanp)
190+
:safe #'booleanp
191+
:group 'rust-mode)
191192

192193
(defcustom rust-rustfmt-bin "rustfmt"
193194
"Path to rustfmt executable."
194-
:type 'string)
195+
:type 'string
196+
:group 'rust-mode)
195197

196198
(defface rust-unsafe-face
197199
'((t :inherit font-lock-warning-face))

0 commit comments

Comments
 (0)