Fix broken link in Tracker::broadcast docs

This commit is contained in:
Héctor Ramón Jiménez 2020-04-02 03:50:39 +02:00
parent 0f745f0c14
commit 743c8851d4

View File

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