mirror of
https://github.com/rust-lang/rust-analyzer.git
synced 2025-10-01 11:31:15 +00:00
Combine entry points for wrapping/unwrapping return types
This commit is contained in:
parent
c5b4fcebcc
commit
2c823865c6
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user