Fix new beta toolchain warnings

This commit is contained in:
Héctor Ramón Jiménez 2024-02-05 00:51:51 +01:00
parent 8792fc0bb7
commit e14e8e2e9a
No known key found for this signature in database
GPG key ID: 7CC46565708259A7
4 changed files with 14 additions and 16 deletions

View file

@ -152,7 +152,7 @@ impl Application for Todos {
Command::none()
}
}
Message::Saved(_) => {
Message::Saved(_result) => {
state.saving = false;
saved = true;