This commit is contained in:
nora 2025-04-20 16:00:00 +02:00
parent 2f1eaecad7
commit b7019e1e43
2 changed files with 2 additions and 2 deletions

View file

@ -194,7 +194,7 @@ impl PassController {
}
}
PassControllerState::Bisecting { current, .. } => {
unreachable!("Pass said it didn't change anything in the bisection phase, nils forgot what this means: {current:?}");
unreachable!("Pass said it didn't change anything in the bisection phase, nora forgot what this means: {current:?}");
}
PassControllerState::Success { .. } => {}
}