You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: zingo-status/src/confirmation_status.rs
+3-1Lines changed: 3 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -194,6 +194,8 @@ impl ConfirmationStatus {
194
194
}
195
195
}
196
196
197
+
/// Because the value inside the ConfirmationStatus means different things depending on the case, this function is poorly quantified and can lead to unexpected behavior.
198
+
/// Please use a match statement and be careful handling each case.
197
199
/// # Examples
198
200
///
199
201
/// ```
@@ -203,7 +205,7 @@ impl ConfirmationStatus {
203
205
/// let status = ConfirmationStatus::Confirmed(15.into());
0 commit comments