Skip to content

Commit

Permalink
chore: Cleanup compiler warning
Browse files Browse the repository at this point in the history
  • Loading branch information
rholshausen committed Sep 3, 2024
1 parent 88a7f06 commit b5308af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/rust/driver/src/child_process.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
//! Module for managing running child processes
use std::io::{BufRead, BufReader};
use std::process::{self, Child, Command};
use std::process::Child;
use std::sync::mpsc::channel;
use std::time::Duration;

Expand Down

0 comments on commit b5308af

Please sign in to comment.