Workaround for rustfmt bug that affects waylands source generation in clean builds

fixing #461
This commit is contained in:
Marcel 2020-02-03 18:34:52 +00:00
parent 6e1a85a15a
commit f06f0da69d

View File

@ -4,7 +4,8 @@ version = "Two"
format_code_in_doc_comments = true format_code_in_doc_comments = true
format_strings = true format_strings = true
wrap_comments = true wrap_comments = true
normalize_doc_attributes = true #temporary disabled because of bug #461
#normalize_doc_attributes = true
use_try_shorthand = true use_try_shorthand = true
reorder_impl_items = true reorder_impl_items = true