Skip to content

Commit

Permalink
chore: cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
madonuko committed Dec 4, 2024
1 parent 67c7d4d commit 3ab6232
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ use itertools::Itertools;
use nix::{sys::signal, unistd::Pid};
use regex::Regex;
use serde::{Deserialize, Serialize};
use shell_quote::QuoteRefExt;
use std::{collections::BTreeMap, path::Path};
use tokio::{io::AsyncBufReadExt, process::Command};
use tracing::{debug, info};
Expand Down

0 comments on commit 3ab6232

Please sign in to comment.