Fix missing link in Tracker::broadcast docs

This commit is contained in:
Héctor Ramón Jiménez 2020-04-02 02:26:23 +02:00
parent 4fc17dfd66
commit 512dbd5076

View File

@ -131,6 +131,8 @@ where
///
/// This method publishes the given event to all the subscription streams
/// currently open.
///
/// [`Recipe::stream`]: trait.Recipe.html#method.stream
pub fn broadcast(&mut self, event: Event) {
self.subscriptions
.values_mut()