Skip to content

Commit

Permalink
chore(clippy): address clippy warning
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 21, 2023
1 parent 1c2aff7 commit 566b50a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gateway/src/worker.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use std::sync::Arc;
use tokio::sync::mpsc::error::SendError;
use tokio::sync::mpsc::{channel, Receiver, Sender};
use tokio::sync::RwLock;
use tracing::{debug, info, warn};
use tracing::{debug, warn};

use crate::task::{BoxedTask, TaskResult};
use crate::{Error, ProjectName};
Expand Down

0 comments on commit 566b50a

Please sign in to comment.