Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
run cargo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tsirysndr committed May 17, 2023
1 parent 514a174 commit 883e24c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions src/superviseur/drivers/devbox/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use anyhow::Error;
use async_trait::async_trait;
use nix::{
sys::{
event,
signal::{self, Signal},
},
unistd::Pid,
Expand All @@ -21,7 +20,6 @@ use spinners::{Spinner, Spinners};
use tokio::sync::mpsc;

use crate::{
api::superviseur,
graphql::{
schema::objects::subscriptions::{LogStream, TailLogStream},
simple_broker::SimpleBroker,
Expand Down
2 changes: 1 addition & 1 deletion src/superviseur/drivers/docker/driver.rs
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ impl Driver {
Ok(result)
}

async fn build_container(&self, project: String, container_name: String) -> anyhow::Result<()> {
async fn build_container(&self, _project: String, container_name: String) -> anyhow::Result<()> {
let builder = &self
.config
.as_ref()
Expand Down

0 comments on commit 883e24c

Please sign in to comment.