Skip to content

chore: satisfy clippy::manual_c_str_literals#6613

Closed
ErichDonGubler wants to merge 1 commit into
gfx-rs:trunkfrom
erichdongubler-mozilla:c_str_literals-yum
Closed

chore: satisfy clippy::manual_c_str_literals#6613
ErichDonGubler wants to merge 1 commit into
gfx-rs:trunkfrom
erichdongubler-mozilla:c_str_literals-yum

Conversation

@ErichDonGubler

Copy link
Copy Markdown
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
Copy Markdown
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