From 8e8166c85a3d1f20dfeaf18f29d08d74c554fcbc Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 31 Jul 2023 20:48:41 +0200 Subject: other cleanup --- tools/src/bin/import.rs | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to 'tools/src') diff --git a/tools/src/bin/import.rs b/tools/src/bin/import.rs index 1fff206..c048eb5 100644 --- a/tools/src/bin/import.rs +++ b/tools/src/bin/import.rs @@ -182,15 +182,7 @@ fn main() -> anyhow::Result<()> { Ok(()) } - Action::Set { - poster, - clear_inputs, - description, - tagline, - input, - item, - title, - } => { + Action::Set { .. } => { // let mut iteminfo: ItemInfo = match File::open(item.clone()) { // Ok(f) => serde_json::from_reader(f)?, // Err(e) => { -- cgit v1.2.3-70-g09d2