Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
sokra committed Jan 14, 2025
1 parent 5450fee commit 366bcfb
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@ use crate::{
invalidate::{make_task_dirty, TaskDirtyCause},
ExecuteContext, Operation, TaskGuard,
},
storage::{get, get_many, iter_many, remove, update, update_count, update_ucount_and_get},
storage::{
count, get, get_many, iter_many, remove, update, update_count, update_ucount_and_get,
},
TaskDataCategory,
},
data::{
Expand Down

0 comments on commit 366bcfb

Please sign in to comment.