mirror of
https://gitlab.com/veloren/veloren.git
synced 2024-08-30 18:12:32 +00:00
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:
commit
ed620fd70d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user