Fix broken links in API documentation
This commit is contained in:
parent
bffaeed9fd
commit
08e0b9ffbd
5 changed files with 18 additions and 54 deletions
|
|
@ -97,8 +97,6 @@ pub use executor::Executor;
|
|||
pub trait Application {
|
||||
/// The [`Executor`] that will run commands and subscriptions.
|
||||
///
|
||||
/// The [`executor::WasmBindgen`] can be a good choice for the Web.
|
||||
///
|
||||
/// [`Executor`]: trait.Executor.html
|
||||
/// [`executor::Default`]: executor/struct.Default.html
|
||||
type Executor: Executor;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue