remove impl for box dyn storage

This commit is contained in:
Igor Katson 2024-04-30 09:11:23 +01:00
parent dc137c075f
commit 3e37b4698f
4 changed files with 4 additions and 26 deletions

View file

@ -41,7 +41,7 @@ impl TorrentStateInitializing {
let initial_check_results = self.meta.spawner.spawn_block_in_place(|| {
FileOps::new(
&self.meta.info,
&files,
&*files,
&self.meta.file_infos,
&self.meta.lengths,
)