Skip to content

Commit

Permalink
format_doc_comments -> format_code_in_doc_comment
Browse files Browse the repository at this point in the history
This unstable feature has been renamed (See
rust-lang/rustfmt#3348).
  • Loading branch information
elrnv authored and kvark committed Apr 20, 2020
1 parent 1bb4cf6 commit 1db7741
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_comment = true
wrap_comments = true
edition = "2018"
version = "Two"

0 comments on commit 1db7741

Please sign in to comment.