summaryrefslogtreecommitdiffstats
path: root/web/src/lib.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-25 05:26:03 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-11-26 01:59:20 +0100
commit08e0b9ffbd931928ad10c0147b84c09ce083276d (patch)
tree617363949940deae2f470d86a08b8bbac29fdae7 /web/src/lib.rs
parentbffaeed9fd44619491c012cd9270043828c1849c (diff)
downloadiced-08e0b9ffbd931928ad10c0147b84c09ce083276d.tar.gz
iced-08e0b9ffbd931928ad10c0147b84c09ce083276d.tar.bz2
iced-08e0b9ffbd931928ad10c0147b84c09ce083276d.zip
Fix broken links in API documentation
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;