Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Jake-Shadle committed Jun 3, 2024
1 parent a67757a commit d452f33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/ctx.rs
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,7 @@ impl Ctx {
Ok(body)
}

#[allow(clippy::too_many_arguments)]
pub fn execute(
self: std::sync::Arc<Self>,
packages: std::collections::BTreeMap<String, crate::manifest::ManifestItem>,
Expand Down

0 comments on commit d452f33

Please sign in to comment.