Fix missing docs in iced crate

This commit is contained in:
Héctor Ramón Jiménez 2022-07-08 23:20:25 +02:00
parent 2d6d26cef4
commit 48bc505cb6
No known key found for this signature in database
GPG key ID: 140CC052C94F138E
3 changed files with 3 additions and 1 deletions

View file

@ -1,3 +1,4 @@
//! Build interactive cross-platform applications.
use crate::window;
use crate::{Command, Element, Executor, Settings, Subscription};