Open BD103 opened 1 month ago
This also occurs in panicking_query_methods
and panicking_world_methods
.
In total, the following lints are affected:
main_return_without_appexit
insert_event_resource
panicking_query_methods
panicking_world_methods
The following code does not raise any warnings:
This is likely because both lints match against just
ExprKind::MethodCall
, when they should also be looking for normal function calls.Not sure if this bug will come up often, so this is probably low-priority.