Skip to content

fix: gate symlink test with #[cfg(unix)] to fix Windows clippy#86

Merged
bellini666 merged 1 commit intomasterfrom
fix/windows-clippy-symlink-test
Feb 14, 2026
Merged

fix: gate symlink test with #[cfg(unix)] to fix Windows clippy#86
bellini666 merged 1 commit intomasterfrom
fix/windows-clippy-symlink-test

Conversation

@bellini666
Copy link
Copy Markdown
Owner

Summary

  • Move #[cfg(unix)] from the inner block to the test function level so that on Windows the entire test (including variable declarations) is excluded, fixing the unused variable: site_packages clippy error

Test plan

  • cargo clippy passes locally
  • Windows CI passes

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants