Skip to content

Commit 30f2d6b

Browse files
Phase B fixup: run nightly rustfmt on regenerated Rust types
Codegen-check CI complained because the local fmt I ran when re-running codegen used stable rustfmt; the verification workflow uses the nightly toolchain plus the nightly-only .rustfmt.nightly.toml config (see .github/workflows/rust-sdk-tests.yml). Re-run nightly fmt to match. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent 156029e commit 30f2d6b

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rust/src/generated/api_types.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ use super::session_events::{
1010
AbortReason, McpServerSource, McpServerStatus, PermissionPromptRequest, PermissionRule,
1111
ReasoningSummary, SessionMode, ShutdownType, SkillSource, UserToolSessionApproval,
1212
};
13-
use crate::types::SessionEvent;
14-
use crate::types::{RequestId, SessionId};
13+
use crate::types::{RequestId, SessionEvent, SessionId};
1514

1615
/// JSON-RPC method name constants.
1716
pub mod rpc_methods {

0 commit comments

Comments
 (0)