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
1 changed files with 2 additions and 0 deletions

View File

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