Skip to content

Commit

Permalink
another clippy lint
Browse files Browse the repository at this point in the history
# Delete this line to force CI to run the JVM tests.
[ci skip-jvm-tests]
  • Loading branch information
Tom Dyas authored and stuhood committed May 28, 2020
1 parent 5ecf1e5 commit f2cf4f8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/rust/engine/nailgun/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ use log::{debug, error, info};
pub use nails::execution::ExitCode;
use nails::execution::{self, send_to_io, sink_for, stream_for, ChildInput, ChildOutput};
use nails::Nail;
use os_pipe;
use tokio::fs::File;
use tokio::net::TcpListener;
use tokio::sync::watch;
Expand Down

0 comments on commit f2cf4f8

Please sign in to comment.