Clippy code cleanup

This commit is contained in:
2026-08-15 13:22:59 +03:00
parent 9917702c4c
commit e676898135
22 changed files with 290 additions and 171 deletions
+1 -1
View File
@@ -67,7 +67,7 @@ impl NavigatedPage<SyncMessage> for SyncState {
}
KeyCopied => {}
IdReceived(new_id) => {
if validate_id(&new_id) == false {
if !validate_id(&new_id) {
return Task::none();
}
let mut state = self.state.lock().unwrap();