Skip to content

Commit

Permalink
Fix warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Westerlind authored and sylvestre committed Nov 13, 2021
1 parent 8349926 commit 4524382
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/commands.rs
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,6 @@ async fn read_server_startup_status<R: AsyncReadExt + Unpin>(
/// for it to start up.
#[cfg(not(windows))]
fn run_server_process() -> Result<ServerStartup> {
use futures::StreamExt;
use std::time::Duration;

trace!("run_server_process");
Expand Down

0 comments on commit 4524382

Please sign in to comment.