From d708bbabc8cbddf7faee79cbf61ab399e0ff8c2b Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Sun, 16 May 2021 00:10:01 +0100 Subject: [PATCH] bundles: Punt on src field in metadata Signed-off-by: Ian Jackson --- src/bundles.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/bundles.rs b/src/bundles.rs index e2f27f4b..15fc4ccd 100644 --- a/src/bundles.rs +++ b/src/bundles.rs @@ -659,7 +659,6 @@ enum PictureFormat { Svg, // Png, xxx implement this } -// xxx also, decide whether library toml should have src file field #[throws(LE)] fn make_usvg(za: &mut IndexedZip, progress_count: &mut usize, -- 2.30.2