Open link2xt opened 4 years ago
SMTP crashes were reported for Delta Chat and they are not fixed yet probably: https://github.com/deltachat/deltachat-core-rust/issues/1063
Maybe we also can enable clippy checks result_unwrap_used, result_expect_used, option_expect_used, option_unwrap_used, panic, unimplemented and unreachable.
result_unwrap_used
result_expect_used
option_expect_used
option_unwrap_used
panic
unimplemented
unreachable
SMTP crashes were reported for Delta Chat and they are not fixed yet probably: https://github.com/deltachat/deltachat-core-rust/issues/1063
Maybe we also can enable clippy checks
result_unwrap_used
,result_expect_used
,option_expect_used
,option_unwrap_used
,panic
,unimplemented
andunreachable
.