From cb243bf58284d60afee6fa01218320570586d912 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 10 Aug 2025 07:25:44 +0300 Subject: [PATCH] remove deprecated comment --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index d0ed5c2..ae84fbb 100644 --- a/src/main.rs +++ b/src/main.rs @@ -183,7 +183,6 @@ async fn main() -> Result<()> { session.update_only_files(&mt, &only_files).await?; session.unpause(&mt).await?; log::debug!("begin torrent `{i}` preload..."); - // await for `preload_regex` files download to continue if let Err(e) = time::timeout( Duration::from_secs(config.wait_until_completed), mt.wait_until_completed(),