OptionalStage is a nested stage, fix stage ID handling (#1836)

This commit is contained in:
Addison Crump 2024-02-05 17:51:01 +01:00 committed by GitHub
parent 7d9559b570
commit 054d0a6b19
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -305,7 +305,7 @@ where
Z: UsesState<State = E::State>, Z: UsesState<State = E::State>,
E::State: HasNestedStageStatus, E::State: HasNestedStageStatus,
{ {
type Progress = (); type Progress = NestedStageProgress;
fn perform( fn perform(
&mut self, &mut self,