Skip to content

Commit

Permalink
Ignore Clippy lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomasdezeeuw committed Mar 31, 2024
1 parent a699eb7 commit cbe5f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/actor_ref/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -868,6 +868,7 @@ impl<M> ActorGroup<M> {
///
/// This only returns an error if the group is empty, otherwise this will
/// always return `Ok(())`.
#[allow(clippy::needless_pass_by_value)] // Want to make the other send functions.
pub fn try_send_to_all<Msg>(&self, msg: Msg) -> Result<(), SendError>
where
Msg: Into<M> + Clone,
Expand Down

0 comments on commit cbe5f44

Please sign in to comment.