Closed Manuthor closed 3 months ago
unreachable-pub
unused_async
unused_self
or_fun_call
The function will always be called. This is only bad if it allocates or does some non-trivial amount of work.
clippy::nursery
manual_let_else
if_not_else
unreachable-pub
)unused_async
)unused_self
)or_fun_call
:The function will always be called. This is only bad if it allocates or does some non-trivial amount of work.
clippy::nursery
)manual_let_else
andif_not_else
for readability