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
## Relevant issue(s)
Resolves#70
## Description
Removes the discard return value, as no implementations ever return a
value and it made calling `Discard` in a `defer` undesirable (requires
ignoring potential errors, and adding a `//nolint`).
0 commit comments