Skip to content

Commit

Permalink
Merge #212
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bors[bot] and elrnv authored Apr 20, 2020
2 parents 1bb4cf6 + 971723c commit 5aebf44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ merge_imports = true
reorder_impl_items = true
use_field_init_shorthand = true
use_try_shorthand = true
format_doc_comments = true
format_code_in_doc_comments = true
wrap_comments = true
edition = "2018"
version = "Two"

0 comments on commit 5aebf44

Please sign in to comment.