From 4d9789fef48236780702423c4bb10b82a0183429 Mon Sep 17 00:00:00 2001 From: Billy Chan Date: Thu, 2 Sep 2021 15:05:01 +0800 Subject: [PATCH] cargo fmt doc comments --- rustfmt.toml | 1 + 1 file changed, 1 insertion(+) create mode 100644 rustfmt.toml diff --git a/rustfmt.toml b/rustfmt.toml new file mode 100644 index 00000000..521706a0 --- /dev/null +++ b/rustfmt.toml @@ -0,0 +1 @@ +format_code_in_doc_comments=true \ No newline at end of file