Skip to content

Commit

Permalink
clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
hpeebles committed Jul 26, 2024
1 parent 18790f6 commit 38bfdd6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/canisters/community/impl/src/model/channels.rs
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ pub struct Channel {
}

impl Channels {
#[allow(clippy::too_many_arguments)]
pub fn new(
community_id: CommunityId,
created_by: UserId,
Expand Down

0 comments on commit 38bfdd6

Please sign in to comment.