We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3643082 commit 3d2b40fCopy full SHA for 3d2b40f
rust-prog-mode.el
@@ -1574,7 +1574,7 @@ whichever comes first."
1574
(setq-local syntax-propertize-function #'rust-syntax-propertize)
1575
1576
;; Indentation
1577
- (setq-local indent-line-function 'rust-mode-indent-line)
+ (setq-local indent-line-function 'rust-doc-indent-line)
1578
1579
;; Fonts
1580
(setq-local font-lock-defaults
0 commit comments