From f296cc9ce21a8ac21a9e7d6ad13798665256987e Mon Sep 17 00:00:00 2001 From: "Ando \"Thor\" Nando" Date: Sun, 21 Apr 2024 11:43:09 +1000 Subject: [PATCH] not sure None is better than Some(0) --- src/source/empty.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/source/empty.rs b/src/source/empty.rs index f3a90604..2a465da6 100644 --- a/src/source/empty.rs +++ b/src/source/empty.rs @@ -43,7 +43,7 @@ where { #[inline] fn current_frame_len(&self) -> Option { - Some(0) + None } #[inline]