rustfmt: add config to format code in doc comments.

This commit is contained in:
Bill Thiede 2021-07-17 09:04:54 -07:00
parent b4428f924c
commit 81540cd484
2 changed files with 2 additions and 0 deletions

1
rtchallenge/rustfmt.toml Normal file
View File

@ -0,0 +1 @@
format_code_in_doc_comments = true

1
rtiow/rustfmt.toml Normal file
View File

@ -0,0 +1 @@
format_code_in_doc_comments = true