Just messing around with Rust typing

This commit is contained in:
Igor Katson 2021-06-30 18:42:16 +01:00
parent 32f2ea4953
commit c1f34a6599
9 changed files with 181 additions and 105 deletions

View file

@ -2,7 +2,7 @@ use std::sync::Arc;
use std::io::Write;
use std::sync::atomic::Ordering;
use std::time::{Duration, Instant};
use std::time::Instant;
use warp::Filter;
use crate::torrent_state::TorrentState;