Closed
Description
Lines 67 to 68 in c4b23ae
Returns nothing on success.
Considering the return type is Result<usize, Error>
, it doesn't seem like 'nothing' is an option
Metadata
Metadata
Assignees
Labels
No labels
Lines 67 to 68 in c4b23ae
Returns nothing on success.
Considering the return type is Result<usize, Error>
, it doesn't seem like 'nothing' is an option