-
Notifications
You must be signed in to change notification settings - Fork 965
Replace with panic! post MSRV 1.57 #2427
Copy link
Copy link
Closed
Description
Remove the following attributes and use panic! once we bump MSRV greater than 1.57
#[allow(unconditional_panic)]#[allow(clippy::let_unit_value)]#[allow(clippy::out_of_bounds_indexing)]
There are two instances:
None => { rust-bitcoin/units/src/amount.rs
Line 722 in 8efaf4a
None => {
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels