Skip to content

Commit

Permalink
Remove unused trait bound
Browse files Browse the repository at this point in the history
  • Loading branch information
hannobraun committed Feb 27, 2023
1 parent 9f5c136 commit c69f8e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/fj-kernel/src/services/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ pub trait State {
///
/// Events are produced by [`State::decide`] and processed by
/// [`State::evolve`].
type Event: Clone;
type Event;

/// Decide how to react to the provided command
///
Expand Down

0 comments on commit c69f8e9

Please sign in to comment.