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 minor typos, build warnings, and clippy warnings on tests #6318

Closed
wants to merge 2 commits into from
Closed

fix minor typos, build warnings, and clippy warnings on tests #6318

wants to merge 2 commits into from

Conversation

barafael
Copy link
Contributor

no "special" clippy flags, just: cargo clippy --all-features --all-targets.

no special clippy flags, just: `cargo clippy --all-features --all-targets`
@github-actions github-actions bot added the R-loom-sync Run loom sync tests on this PR label Jan 31, 2024
@Darksonn Darksonn added the A-ci Area: The continuous integration setup label Feb 2, 2024
@Darksonn
Copy link
Contributor

Darksonn commented Feb 2, 2024

This fails our clippy CI check, most likely because we are using a different version of clippy.

You are welcome to upgrade the version of clippy listed in CI. That's in the .github/workflows/ci.yml file.

@barafael
Copy link
Contributor Author

barafael commented Feb 3, 2024

1.77-nightly is rather bleeding edge as of now, I don't think its available yet on CI. I'd say this can wait until then?

@Darksonn
Copy link
Contributor

Darksonn commented Feb 3, 2024

Ah, yes, we're not going beyond latest stable.

@Darksonn Darksonn marked this pull request as draft February 3, 2024 21:00
@barafael barafael closed this by deleting the head repository Mar 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-ci Area: The continuous integration setup R-loom-sync Run loom sync tests on this PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants