Skip to content

Commit fbe90ab

Browse files
committed
not sure None is better than Some(0)
1 parent 63f457e commit fbe90ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/empty.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ where
3939
{
4040
#[inline]
4141
fn current_frame_len(&self) -> Option<usize> {
42-
Some(0)
42+
None
4343
}
4444

4545
#[inline]

0 commit comments

Comments
 (0)