Remove inline-nevers
This commit is contained in:
parent
98dbecf136
commit
0170b19fcd
2 changed files with 8 additions and 25 deletions
|
|
@ -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,
|
||||
);
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue