From b7019e1e43dd39c0c0e1116307d5394e382c3b6b Mon Sep 17 00:00:00 2001 From: Noratrieb <48135649+Noratrieb@users.noreply.github.com> Date: Sun, 20 Apr 2025 16:00:00 +0200 Subject: [PATCH] update --- LICENSE-MIT | 2 +- src/processor/checker.rs | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE-MIT b/LICENSE-MIT index ab977cf..5e1d532 100644 --- a/LICENSE-MIT +++ b/LICENSE-MIT @@ -1,6 +1,6 @@ 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 of this software and associated documentation files (the "Software"), to deal diff --git a/src/processor/checker.rs b/src/processor/checker.rs index f8a7d45..d6f2920 100644 --- a/src/processor/checker.rs +++ b/src/processor/checker.rs @@ -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 { .. } => {} }