Skip to content

Commit

Permalink
remove unused import?
Browse files Browse the repository at this point in the history
  • Loading branch information
noyoshi committed Apr 17, 2024
1 parent a16f69e commit 3253efb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use nix::unistd::Pid;
use serde::Deserialize;
use std::env;
use std::ffi::OsString;
use std::io::{BufRead, BufReader, Lines, Read};
use std::io::{BufRead, BufReader, Lines};
use std::os::unix::process::{CommandExt, ExitStatusExt};
use std::path::Path;
use std::process::{Child, Command, ExitStatus, Stdio};
Expand Down

0 comments on commit 3253efb

Please sign in to comment.