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

Apply clippy suggestions #43

Closed
wants to merge 1 commit into from
Closed

Apply clippy suggestions #43

wants to merge 1 commit into from

Conversation

figsoda
Copy link
Contributor

@figsoda figsoda commented Dec 4, 2022

No description provided.

@oxalica
Copy link
Owner

oxalica commented Dec 4, 2022

I'd wait until rust 1.65 goes into nixpkgs-unstable and include this in the upgrade.

@oxalica oxalica closed this Dec 4, 2022
@figsoda
Copy link
Contributor Author

figsoda commented Dec 4, 2022

I don't think this includes anything that requires rust 1.65, I was able to build this on nixpkgs master

@oxalica
Copy link
Owner

oxalica commented Dec 4, 2022

Oh, I got it wrong. I mean the clippy lint you just applied, uninlined_format_args, is actually in 1.66 rust-lang/rust#102729.

Since we don't (and wouldn't) use nightly clippy, plus it's just an stylish lint, there's no urgency to apply them. Also without CI enforcing it, codes would be continuously added to trigger the lints.

@figsoda figsoda deleted the clippy branch December 4, 2022 20:30
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