Fix missing link in Command documentation
This commit is contained in:
parent
2ef1b4317a
commit
0f745f0c14
1 changed files with 1 additions and 0 deletions
|
|
@ -7,6 +7,7 @@ use futures::future::{Future, FutureExt};
|
||||||
/// using the `From` trait or [`Command::perform`].
|
/// using the `From` trait or [`Command::perform`].
|
||||||
///
|
///
|
||||||
/// [`Command`]: struct.Command.html
|
/// [`Command`]: struct.Command.html
|
||||||
|
/// [`Command::perform`]: #method.perform
|
||||||
pub struct Command<T> {
|
pub struct Command<T> {
|
||||||
futures: Vec<BoxFuture<T>>,
|
futures: Vec<BoxFuture<T>>,
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue