Skip to content

Commit 5aebf44

Browse files
bors[bot]elrnv
andauthored
Merge #212
212: Update format_doc_comments to format_code_in_doc_comments r=kvark a=elrnv Update unstable rustfmt feature `format_doc_comments` to its new name (See rust-lang/rustfmt#3348). Co-authored-by: Egor Larionov <[email protected]>
2 parents 1bb4cf6 + 971723c commit 5aebf44

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_comments = true
77
wrap_comments = true
88
edition = "2018"
99
version = "Two"

0 commit comments

Comments
 (0)