summaryrefslogtreecommitdiffstats
path: root/web/src/lib.rs
diff options
context:
space:
mode:
Diffstat (limited to 'web/src/lib.rs')
-rw-r--r--web/src/lib.rs2
1 files changed, 0 insertions, 2 deletions
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;