From a7694e0112d45cffa0d25e3f19fc0289c3804c47 Mon Sep 17 00:00:00 2001 From: Héctor Ramón Jiménez Date: Sun, 8 Dec 2019 06:24:47 +0100 Subject: Update native `CHANGELOG` --- examples/tour.rs | 1 - 1 file changed, 1 deletion(-) (limited to 'examples') diff --git a/examples/tour.rs b/examples/tour.rs index 77ed21ab..da05b396 100644 --- a/examples/tour.rs +++ b/examples/tour.rs @@ -280,7 +280,6 @@ impl<'a> Step { *value = new_value; } } - StepMessage::ToggleSecureInput(toggle) => { if let Step::TextInput { is_secure, .. } = self { *is_secure = toggle; -- cgit