Skip to content

Commit

Permalink
fix: remove erronous cfg guard
Browse files Browse the repository at this point in the history
  • Loading branch information
ten3roberts committed Oct 29, 2023
1 parent 794d7b1 commit 0316804
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/events.rs
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,6 @@ pub trait EventSubscriber: ComponentValue {
}
}

#[cfg(feature = "flume")]
impl<S> EventSubscriber for S
where
S: 'static + Send + Sync + Sink<Event>,
Expand Down Expand Up @@ -172,7 +171,6 @@ impl<T, S> WithValue<T, S> {
}
}

#[cfg(feature = "flume")]
impl<T: ComponentValue + Clone, S: 'static + Send + Sync + Sink<(Event, T)>> EventSubscriber
for WithValue<T, S>
{
Expand Down

0 comments on commit 0316804

Please sign in to comment.