thread: ensure thread unknowns are handled

This commit is contained in:
William Casarin
2024-11-18 17:28:55 -08:00
parent 19933c84f1
commit 6545e1ddee
4 changed files with 25 additions and 7 deletions

View File

@@ -109,6 +109,7 @@ pub trait NotesHolder {
notes: Vec<NoteRef>,
) -> Self;
#[must_use = "process_action must be handled in the Ok(action) case"]
fn poll_notes_into_view(
&mut self,
txn: &Transaction,