Skip to content

Commit

Permalink
feat: Remove toAnyhowResult
Browse files Browse the repository at this point in the history
  • Loading branch information
mcmah309 committed Nov 25, 2024
1 parent 916cfaf commit 25f1eac
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions lib/src/extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ extension AnyhowResultExtension<S> on Result<S> {
return Err(Error(context, parent: err));
}
}

/// Overrides the base Extension.
Result<S> toAnyhowResult() => this;
}

extension AnyhowOkExtension<S> on Ok<S> {
Expand Down

0 comments on commit 25f1eac

Please sign in to comment.