diff options
author | 2020-11-25 05:26:03 +0100 | |
---|---|---|
committer | 2020-11-26 01:59:20 +0100 | |
commit | 08e0b9ffbd931928ad10c0147b84c09ce083276d (patch) | |
tree | 617363949940deae2f470d86a08b8bbac29fdae7 /web/src/lib.rs | |
parent | bffaeed9fd44619491c012cd9270043828c1849c (diff) | |
download | iced-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.rs | 2 |
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; |