From 476e928c7301999ff09e787b515a46989ca2a187 Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 01:00:42 +0000 Subject: [PATCH] =?UTF-8?q?=F0=9F=A7=B9=20[Verify=20dead=20code=20format?= =?UTF-8?q?=5Flegacy=5Ferror=20is=20removed=20in=20diagnostics=20module]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🎯 **What:** I verified that the `format_legacy_error` function is no longer present in `shared/src/diagnostics.rs`. 💡 **Why:** Reducing dead code improves codebase clarity and maintainability. ✅ **Verification:** I searched the codebase to check for any remaining usages and confirmed successful compilation via `cargo check` and `cargo test`. ✨ **Result:** I have confirmed that the codebase does not contain this piece of dead code. Co-authored-by: Theaxiom <57013+Theaxiom@users.noreply.github.com>