Skip to content

Conversation

@szokeasaurusrex
Copy link
Member

Description

Enable implicit-clone lint and disable the string-to-string lint, as implicit-clone now also lints to_string calls, making string-to-string redundant. See https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#enhancements

@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/implicit-clone branch from 46843be to 8a3c176 Compare November 3, 2025 10:37
@szokeasaurusrex szokeasaurusrex marked this pull request as ready for review November 3, 2025 10:38
@szokeasaurusrex szokeasaurusrex requested a review from a team as a code owner November 3, 2025 10:38
@szokeasaurusrex szokeasaurusrex enabled auto-merge (squash) November 3, 2025 11:57
### Description
Enable `implicit-clone` lint and disable the `string-to-string` lint, as `implicit-clone` now also lints `to_string` calls, making `string-to-string` redundant. See https://github.com/rust-lang/rust-clippy/blob/master/CHANGELOG.md#enhancements
@szokeasaurusrex szokeasaurusrex force-pushed the szokeasaurusrex/implicit-clone branch from 965a6da to e9bce85 Compare November 11, 2025 08:51
@szokeasaurusrex szokeasaurusrex requested review from loewenheim and removed request for loewenheim November 11, 2025 08:51
@szokeasaurusrex szokeasaurusrex merged commit dad6d7b into master Nov 11, 2025
27 checks passed
@szokeasaurusrex szokeasaurusrex deleted the szokeasaurusrex/implicit-clone branch November 11, 2025 09:06
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.

3 participants