Fix missing link in Command documentation

This commit is contained in:
Héctor Ramón Jiménez 2020-04-02 03:48:29 +02:00
parent 2ef1b4317a
commit 0f745f0c14

View file

@ -7,6 +7,7 @@ use futures::future::{Future, FutureExt};
/// using the `From` trait or [`Command::perform`].
///
/// [`Command`]: struct.Command.html
/// [`Command::perform`]: #method.perform
pub struct Command<T> {
futures: Vec<BoxFuture<T>>,
}