Deny uses of unwrap
in non-test code (first pass)
#871
Labels
E: gravity
External: related to Gravity DEX
O: new-feature
Objective: cause to add a new feature or support
O: usability
Objective: cause to improve the user experience (UX) and ease using the product
Milestone
Crate
all
Acceptance Criteria
Enable
#![cfg_attr(not(test), deny(clippy::unwrap_used))]
For Admin Use
The text was updated successfully, but these errors were encountered: