Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewjstone committed Jun 5, 2024
1 parent 3ff0de8 commit 6f256fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions nexus/src/app/instance.rs
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,7 @@ pub struct Instance {
}

impl Instance {
#[allow(clippy::too_many_arguments)]
pub fn new(
log: Logger,
datastore: Arc<db::DataStore>,
Expand Down
1 change: 1 addition & 0 deletions nexus/src/saga_interface.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ impl fmt::Debug for SagaContext {
}

impl SagaContext {
#[allow(clippy::too_many_arguments)]
pub(crate) fn new(
log: Logger,
datastore: Arc<db::DataStore>,
Expand Down

0 comments on commit 6f256fe

Please sign in to comment.