Skip to content

Commit

Permalink
KER-1: Fix minor Clippy errors
Browse files Browse the repository at this point in the history
  • Loading branch information
mikroskeem committed Jan 3, 2025
1 parent ffeb8d2 commit 8a75605
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/task/import_tasks.rs
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ strike! {
#[async_trait]
impl Task for ImportTasks {
async fn run(context: TaskContext, value: Value) -> TaskResult {
let _ = context;
let _ = value;

Ok(None)
}
}
Expand Down

0 comments on commit 8a75605

Please sign in to comment.