Remove Message: Clone bound in some web widgets

This commit is contained in:
Héctor Ramón Jiménez 2020-01-13 06:58:48 +01:00
parent b5cd9923f2
commit 361be7f6b7
5 changed files with 21 additions and 11 deletions

View file

@ -82,7 +82,7 @@ impl<'a, Message> TextInput<'a, Message> {
self.is_secure = true;
self
}
/// Sets the width of the [`TextInput`].
///
/// [`TextInput`]: struct.TextInput.html