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

@ -1,6 +1,6 @@
MIT License MIT License
Copyright (c) 2022 Nilstrieb Copyright (c) 2025 Noratrieb and contributors
Permission is hereby granted, free of charge, to any person obtaining a copy Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal of this software and associated documentation files (the "Software"), to deal

View file

@ -194,7 +194,7 @@ impl PassController {
} }
} }
PassControllerState::Bisecting { current, .. } => { 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 { .. } => {} PassControllerState::Success { .. } => {}
} }