hug: removed mystery import?
This commit is contained in:
parent
43d5cbd4aa
commit
5775412f18
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
use std::{
|
||||
env, net::ToSocketAddrs, process::{ Command, Stdio }
|
||||
env,
|
||||
process::{ Command, Stdio }
|
||||
};
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Reference in a new issue