fix: post-merge clippy/fmt cleanup (9407-9410 integration)

This commit is contained in:
Jobdori
2026-04-03 05:12:51 +09:00
parent 06a93a57c7
commit fbafb9cffc
4 changed files with 68 additions and 59 deletions

View File

@@ -1014,6 +1014,7 @@ struct PlanModeState {
}
#[derive(Debug, Serialize)]
#[allow(clippy::struct_excessive_bools)]
struct PlanModeOutput {
success: bool,
operation: String,