Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix rust 1.80 clippy errors #2164

Merged
merged 1 commit into from
Jul 26, 2024
Merged

Conversation

jameshilliard
Copy link
Contributor

Was hitting a bunch of weird errors that had no relation to the code changes in #2158, looks like they were related to a recent rust 1.80 release.

Copy link

netlify bot commented Jul 26, 2024

Deploy Preview for maturin-guide ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 83d2c78
🔍 Latest deploy log https://app.netlify.com/sites/maturin-guide/deploys/66a33d64eb95ed0008647a3f
😎 Deploy Preview https://deploy-preview-2164--maturin-guide.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

- name: Enable long paths
if: startsWith(matrix.platform.os, 'windows')
run: |
reg add HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem /v LongPathsEnabled /t REG_DWORD /d 1 /f
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently some of the tests use paths that are above the default windows path limit.

@messense messense merged commit 7c5667e into PyO3:main Jul 26, 2024
28 checks passed
@jameshilliard jameshilliard deleted the fix-rust-1.80 branch July 26, 2024 09:12
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