summaryrefslogtreecommitdiffstats
path: root/web/src/widget/text_input.rs
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-13 06:58:48 +0100
committerLibravatar Héctor Ramón Jiménez <hector0193@gmail.com>2020-01-13 06:58:48 +0100
commit361be7f6b7e93c7162281a107c3070b736ba692e (patch)
treef45e81c873014b0ff0d22d5d10f3b3c3cc21086e /web/src/widget/text_input.rs
parentb5cd9923f2e8f0d8d0b8145960e00084a27b6867 (diff)
downloadiced-361be7f6b7e93c7162281a107c3070b736ba692e.tar.gz
iced-361be7f6b7e93c7162281a107c3070b736ba692e.tar.bz2
iced-361be7f6b7e93c7162281a107c3070b736ba692e.zip
Remove `Message: Clone` bound in some web widgets
Diffstat (limited to 'web/src/widget/text_input.rs')
-rw-r--r--web/src/widget/text_input.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/widget/text_input.rs b/web/src/widget/text_input.rs
index eedc25bc..a478874a 100644
--- a/web/src/widget/text_input.rs
+++ b/web/src/widget/text_input.rs
@@ -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