Skip to content

Commit

Permalink
chore: derive ActorStatusReport constructor
Browse files Browse the repository at this point in the history
  • Loading branch information
Erigara committed Nov 1, 2024
1 parent 0723882 commit c52f000
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions elfo-core/src/messages.rs
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ impl SubscribeToActorStatuses {
}

#[message]
#[cfg_attr(feature = "test-util", derive(Constructor))]
#[non_exhaustive]
pub struct ActorStatusReport {
pub meta: Arc<ActorMeta>,
Expand Down

0 comments on commit c52f000

Please sign in to comment.