From da28ea749da0992877a0e9795ef9578951a8b1c5 Mon Sep 17 00:00:00 2001 From: "glm-5.1" Date: Fri, 12 Jun 2026 05:13:10 +0000 Subject: [PATCH] Mark fix/clean-dead-code as completed --- tasks/fix/clean-dead-code.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tasks/fix/clean-dead-code.md b/tasks/fix/clean-dead-code.md index ab2c99b..669c288 100644 --- a/tasks/fix/clean-dead-code.md +++ b/tasks/fix/clean-dead-code.md @@ -1,7 +1,7 @@ --- id: fix/clean-dead-code name: Remove dead_code annotations and add #[non_exhaustive] to public enums -status: pending +status: completed depends_on: [fix/acme-contact-and-challenge] scope: narrow risk: low