From 361be7f6b7e93c7162281a107c3070b736ba692e Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Mon, 13 Jan 2020 06:58:48 +0100 Subject: Remove `Message: Clone` bound in some web widgets --- web/src/widget/text_input.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'web/src/widget/text_input.rs') 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 -- cgit