Fix iced_native widget examples

This commit is contained in:
Héctor Ramón Jiménez 2019-11-24 10:44:55 +01:00
parent 7a8a79cd37
commit f943764a29
6 changed files with 17 additions and 18 deletions

View file

@ -28,7 +28,8 @@ use crate::{
/// "This is the placeholder...",
/// value,
/// Message::TextInputChanged,
/// );
/// )
/// .padding(10);
/// ```
#[allow(missing_debug_implementations)]
pub struct TextInput<'a, Message> {