summaryrefslogtreecommitdiffstats
path: root/examples/todos
diff options
context:
space:
mode:
authorLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-05 00:51:51 +0100
committerLibravatar Héctor Ramón Jiménez <hector@hecrj.dev>2024-02-05 00:51:51 +0100
commite14e8e2e9acc7fb8debb7881d8891be5c3a13bd0 (patch)
tree691e7d930829890b84423f592a4405742a7766d8 /examples/todos
parent8792fc0bb731e71b4552a90449f3c38a858b50b1 (diff)
downloadiced-e14e8e2e9acc7fb8debb7881d8891be5c3a13bd0.tar.gz
iced-e14e8e2e9acc7fb8debb7881d8891be5c3a13bd0.tar.bz2
iced-e14e8e2e9acc7fb8debb7881d8891be5c3a13bd0.zip
Fix new `beta` toolchain warnings
Diffstat (limited to 'examples/todos')
-rw-r--r--examples/todos/src/main.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/todos/src/main.rs b/examples/todos/src/main.rs
index 88c4c2b4..eae127f7 100644
--- a/examples/todos/src/main.rs
+++ b/examples/todos/src/main.rs
@@ -152,7 +152,7 @@ impl Application for Todos {
Command::none()
}
}
- Message::Saved(_) => {
+ Message::Saved(_result) => {
state.saving = false;
saved = true;