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 Oct 22, 2024
1 parent f69a8bf commit f296cc9
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 @@ -43,7 +43,7 @@ where
{
#[inline]
fn current_frame_len(&self) -> Option<usize> {
Some(0)
None
}

#[inline]
Expand Down

0 comments on commit f296cc9

Please sign in to comment.