Deny uses of unwrap
and panic!
in non-test code (second pass)
#987
Labels
O: code-hygiene
Objective: cause to improve code hygiene
Milestone
Crates
In order of priority:
ibc
ibc-relayer
ibc-telemetry
ibc-rest
ibc-relayer-cli
Summary
Follow-up to #871, which took care of some of unwraps in crates
ibc
andrelayer
.Acceptance Criteria
Enable
#![cfg_attr(not(test), deny(clippy::unwrap_used))]
For Admin Use
The text was updated successfully, but these errors were encountered: