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

chore: satisfy clippy::manual_c_str_literals #6613

Closed

Conversation

ErichDonGubler
Copy link
Member

This was previously an allow-by-default warning in Clippy's pedantic group, but with Rust 1.83 it was promoted to a warn-by-default member of its complexity group.

This was previously an `allow`-by-default warning in Clippy's `pedantic`
group, but with Rust 1.83 it was promoted to a `warn`-by-default member
of its `complexity` group.
@ErichDonGubler ErichDonGubler added the kind: refactor Making existing function faster or nicer label Nov 25, 2024
@ErichDonGubler ErichDonGubler self-assigned this Nov 25, 2024
@ErichDonGubler ErichDonGubler requested a review from a team as a code owner November 25, 2024 18:54
@ErichDonGubler ErichDonGubler enabled auto-merge (squash) November 25, 2024 18:54
@ErichDonGubler
Copy link
Member Author

Ah, this isn't ready to go, since we need an MSRV of Rust 1.77 or later for this. Will roll into #6105.

auto-merge was automatically disabled November 25, 2024 18:59

Pull request was closed

@ErichDonGubler ErichDonGubler deleted the c_str_literals-yum branch November 25, 2024 18:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: refactor Making existing function faster or nicer
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant