Commit e0cf211
fix(ci): resolve test compilation warnings on non-Linux platforms
- Move ctx variable inside #[cfg(target_os = "linux")] block in
test_completion_result_types() to avoid unused variable warning
- Add separate #[cfg(not(target_os = "linux"))] block for non-Linux
platforms with prefixed _ctx variable
- Addresses CI failures on Windows and macOS builds
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude <noreply@anthropic.com>1 parent 50eb24e commit e0cf211
1 file changed
+7
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
568 | 568 | | |
569 | 569 | | |
570 | 570 | | |
571 | | - | |
572 | | - | |
573 | 571 | | |
574 | 572 | | |
| 573 | + | |
575 | 574 | | |
576 | 575 | | |
577 | 576 | | |
| |||
587 | 586 | | |
588 | 587 | | |
589 | 588 | | |
| 589 | + | |
| 590 | + | |
| 591 | + | |
| 592 | + | |
| 593 | + | |
| 594 | + | |
590 | 595 | | |
591 | 596 | | |
0 commit comments