From 943ffe0d1dc2addf2f4f5db781e3d83c900b372d Mon Sep 17 00:00:00 2001 From: metamuffin Date: Sun, 15 Jan 2023 00:00:44 +0100 Subject: shit --- ebml/src/size.rs | 8 -------- 1 file changed, 8 deletions(-) (limited to 'ebml/src/size.rs') diff --git a/ebml/src/size.rs b/ebml/src/size.rs index 06d6ba8..e774f0a 100644 --- a/ebml/src/size.rs +++ b/ebml/src/size.rs @@ -19,11 +19,3 @@ impl EbmlSize { } } } -impl Into for EbmlSize { - fn into(self) -> usize { - match self { - EbmlSize::Exact(s) => s, - EbmlSize::Unknown => panic!("unknown size, where it should have been known"), - } - } -} -- cgit v1.2.3-70-g09d2