Combine entry points for wrapping/unwrapping return types

This commit is contained in:
Giga Bowser 2024-10-19 11:59:52 -04:00
parent c5b4fcebcc
commit 2c823865c6
3 changed files with 592 additions and 426 deletions

File diff suppressed because it is too large Load diff

File diff suppressed because it is too large Load diff

View file

@ -355,12 +355,10 @@ mod handlers {
unmerge_use::unmerge_use,
unnecessary_async::unnecessary_async,
unwrap_block::unwrap_block,
unwrap_return_type::unwrap_option_return_type,
unwrap_return_type::unwrap_result_return_type,
unwrap_return_type::unwrap_return_type,
unwrap_tuple::unwrap_tuple,
unqualify_method_call::unqualify_method_call,
wrap_return_type::wrap_return_type_in_option,
wrap_return_type::wrap_return_type_in_result,
wrap_return_type::wrap_return_type,
wrap_unwrap_cfg_attr::wrap_unwrap_cfg_attr,
// These are manually sorted for better priorities. By default,