From ada66388ddbccb19b775d3e89e93b3e8fa5a8d3f Mon Sep 17 00:00:00 2001 From: "google-labs-jules[bot]" <161369871+google-labs-jules[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 08:55:20 +0000 Subject: [PATCH] chore: remove unused commented-out serde import in config.rs Removed the commented-out `serde` import from `src/config.rs` to improve code health and maintainability. This import was not being used and its removal has no impact on functionality. Co-authored-by: ferstar <2854276+ferstar@users.noreply.github.com>