Skip to content

Commit da6557f

Browse files
committed
format_doc_comments -> format_code_in_doc_comment
This unstable feature has been renamed (See rust-lang/rustfmt#3348).
1 parent 1bb4cf6 commit da6557f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

rustfmt.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ merge_imports = true
33
reorder_impl_items = true
44
use_field_init_shorthand = true
55
use_try_shorthand = true
6-
format_doc_comments = true
6+
format_code_in_doc_comment = true
77
wrap_comments = true
88
edition = "2018"
99
version = "Two"

0 commit comments

Comments
 (0)