Skip to content

Commit a2eb677

Browse files
Copilotguhetier
andcommitted
Fix Rust binding diff comments to include trailing newline for git apply (#5315)
* Initial plan * Fix Rust binding diff comment to include trailing newline for git apply Co-authored-by: guhetier <[email protected]> * Move newline inside diff code block to fix git apply issue Co-authored-by: guhetier <[email protected]> * Add dummy function to QUIC_API_TABLE to test CI changes Add QUIC_DUMMY_TEST_FN to msquic.h API table to force rust binding regeneration for testing the cargo workflow comment fix. This is a temporary change that will be reverted before merging. Co-authored-by: guhetier <[email protected]> * Revert dummy API function as requested for review Co-authored-by: guhetier <[email protected]> --------- Co-authored-by: copilot-swe-agent[bot] <[email protected]> Co-authored-by: guhetier <[email protected]>
1 parent 3936538 commit a2eb677

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/cargo.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,7 @@ jobs:
9292
The rust bindings need to be updated. Please apply (`git apply`) this [patch](${{ steps.upload_patch.outputs.artifact-url }}):
9393
```diff
9494
${{ steps.bindings_diff.outputs.diff-content }}
95+
9596
```
9697
edit-mode: replace
9798
- name: Fail if generated files are not up to date

0 commit comments

Comments
 (0)