aboutsummaryrefslogtreecommitdiff
path: root/matroska/src/unflatten.rs
diff options
context:
space:
mode:
Diffstat (limited to 'matroska/src/unflatten.rs')
-rw-r--r--matroska/src/unflatten.rs2
1 files changed, 1 insertions, 1 deletions
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<Result<Unflat>> {
+ pub fn n(&mut self) -> Option<Result<Unflat<'_>>> {
if self.stop {
return None;
}