Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
Corrected to format_code_in_doc_comments
  • Loading branch information
elrnv committed Apr 18, 2020
1 parent da6557f commit 971723c
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_code_in_doc_comment = true
format_code_in_doc_comments = true
wrap_comments = true
edition = "2018"
version = "Two"

0 comments on commit 971723c

Please sign in to comment.