From f06f0da69dba02b553a1ec005a14b671e9242f61 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 3 Feb 2020 18:34:52 +0000 Subject: [PATCH] Workaround for rustfmt bug that affects waylands source generation in clean builds fixing #461 --- .rustfmt.toml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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