From 356b3b8eebf22083c7d9655bb43e141dd0df732c Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sat, 6 Sep 2025 23:50:51 +0200 Subject: misc changes for current rust nightly --- matroska/src/unflatten.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'matroska') diff --git a/matroska/src/unflatten.rs b/matroska/src/unflatten.rs index a9bc5cc..d5fb887 100644 --- a/matroska/src/unflatten.rs +++ b/matroska/src/unflatten.rs @@ -39,7 +39,7 @@ impl<'a> Unflatten<'a> { self.stop = true; } - pub fn n(&mut self) -> Option> { + pub fn n(&mut self) -> Option>> { if self.stop { return None; } -- cgit v1.2.3-70-g09d2