Correct fetch behaviour

This commit is contained in:
Wojciech Kozlowski 2024-10-06 17:38:25 +02:00
parent d03cfa21cc
commit f202bfdc0a

View File

@ -165,7 +165,7 @@ impl AppMachine<FetchState> {
MbReturn::Match(next_match) => {
AppMachine::match_state(inner, MatchState::new(next_match, fetch)).into()
}
_ => unimplemented!(),
MbReturn::Fetch(_) => Self::app_fetch_next(inner, fetch),
}
}