Remove inline-nevers

This commit is contained in:
Igor Katson 2023-11-19 21:50:50 +00:00
parent 98dbecf136
commit 0170b19fcd
No known key found for this signature in database
GPG key ID: B4EC22B66D61A3F5
2 changed files with 8 additions and 25 deletions

View file

@ -263,11 +263,11 @@ async fn async_main(opts: Opts, spawner: BlockingSpawner) -> anyhow::Result<()>
SF::new(stats.remaining_bytes),
SF::new(total),
SF::new(stats.uploaded_bytes),
stats.live_peers,
stats.connecting_peers,
stats.queued_peers,
stats.seen_peers,
stats.dead_peers,
stats.peer_stats.live,
stats.peer_stats.connecting,
stats.peer_stats.queued,
stats.peer_stats.seen,
stats.peer_stats.dead,
);
},
}