Commit 6e0894a
Fix Rust E2E test for new ignore_whitespace field on WorkspacesDiffRequest
The 1.0.63 type regeneration added an optional ignore_whitespace field to
the generated WorkspacesDiffRequest struct. The explicit struct literal in
rpc_workspace_checkpoints.rs failed to compile (E0063: missing field), which
broke clippy on ubuntu and cargo test on macos/windows. Add ..Default::default()
to the literal, matching the existing pattern in rpc_session_state.rs.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 9d6fb21 commit 6e0894a
1 file changed
Lines changed: 1 addition & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
90 | 90 | | |
91 | 91 | | |
92 | 92 | | |
| 93 | + | |
93 | 94 | | |
94 | 95 | | |
95 | 96 | | |
| |||
0 commit comments