From a0fd6f2943d69d2f3e13fcf80fb567bb821eef9f Mon Sep 17 00:00:00 2001 From: metamuffin Date: Mon, 15 Jan 2024 13:17:58 +0100 Subject: cleanup some old code --- base/src/temp.rs | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'base/src') diff --git a/base/src/temp.rs b/base/src/temp.rs index 8da85f7..ee44004 100644 --- a/base/src/temp.rs +++ b/base/src/temp.rs @@ -3,12 +3,11 @@ which is licensed under the GNU Affero General Public License (version 3); see /COPYING. Copyright (C) 2023 metamuffin */ +use crate::AssetLocationExt; use anyhow::Context; use jellycommon::AssetLocation; use std::{fs::File, sync::atomic::AtomicUsize}; -use crate::AssetLocationExt; - static TEMP_COUNTER: AtomicUsize = AtomicUsize::new(0); pub struct TempFile(pub AssetLocation); -- cgit v1.2.3-70-g09d2