mirror of
https://codeberg.org/icewind/haze.git
synced 2026-06-03 17:14:08 +02:00
clippy fixes
This commit is contained in:
parent
f8253fb68e
commit
abe04b52d0
12 changed files with 101 additions and 104 deletions
|
|
@ -12,7 +12,7 @@ use tokio::task::spawn;
|
|||
use tokio::time::sleep;
|
||||
|
||||
pub async fn exec_tty<S1: AsRef<str>, S2: Into<String>>(
|
||||
docker: &mut Docker,
|
||||
docker: &Docker,
|
||||
container: S1,
|
||||
user: &str,
|
||||
cmd: Vec<S2>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue