Skip to content

Commit 3d2b40f

Browse files
author
Benjamin Moody
committed
Use rust-doc-indent-line as the indentation function.
1 parent 3643082 commit 3d2b40f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rust-prog-mode.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1574,7 +1574,7 @@ whichever comes first."
15741574
(setq-local syntax-propertize-function #'rust-syntax-propertize)
15751575

15761576
;; Indentation
1577-
(setq-local indent-line-function 'rust-mode-indent-line)
1577+
(setq-local indent-line-function 'rust-doc-indent-line)
15781578

15791579
;; Fonts
15801580
(setq-local font-lock-defaults

0 commit comments

Comments
 (0)