From 08e0b9ffbd931928ad10c0147b84c09ce083276d Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Wed, 25 Nov 2020 05:26:03 +0100 Subject: Fix broken links in API documentation --- web/src/lib.rs | 2 -- 1 file changed, 2 deletions(-) (limited to 'web') diff --git a/web/src/lib.rs b/web/src/lib.rs index b7970c56..230deb44 100644 --- a/web/src/lib.rs +++ b/web/src/lib.rs @@ -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; -- cgit