Skip to content

Commit

Permalink
not sure None is better than Some(0)
Browse files Browse the repository at this point in the history
  • Loading branch information
DivineGod committed Apr 21, 2024
1 parent 63f457e commit fbe90ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/source/empty.rs
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ where
{
#[inline]
fn current_frame_len(&self) -> Option<usize> {
Some(0)
None
}

#[inline]
Expand Down

0 comments on commit fbe90ab

Please sign in to comment.