remove extra copy

This commit is contained in:
yggverse 2025-06-15 21:23:00 +03:00
parent 877c390d3d
commit 2df00564d6

View file

@ -144,7 +144,7 @@ async fn main() -> Result<()> {
// Manticore and other alternative storage type // Manticore and other alternative storage type
// ignore on the next crawl iterations for this session // ignore on the next crawl iterations for this session
index.insert(r.info_hash.as_string()); index.insert(i);
} }
// unexpected as should be deleted // unexpected as should be deleted
Ok(AddTorrentResponse::AlreadyManaged(..)) => panic!(), Ok(AddTorrentResponse::AlreadyManaged(..)) => panic!(),