diff --git a/.rustfmt.toml b/.rustfmt.toml index f9caff8da5..0d4356fd0e 100644 --- a/.rustfmt.toml +++ b/.rustfmt.toml @@ -4,7 +4,8 @@ version = "Two" format_code_in_doc_comments = true format_strings = true wrap_comments = true -normalize_doc_attributes = true +#temporary disabled because of bug #461 +#normalize_doc_attributes = true use_try_shorthand = true reorder_impl_items = true