Merge branch 'disable_normalize_doc_attributes' into 'master'

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

Closes #461

See merge request veloren/veloren!783
This commit is contained in:
Songtronix 2020-02-03 19:04:31 +00:00
commit ed620fd70d

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