Skip to content

add core/clippy.toml to disable missing_transmute_annotations inside all expanded code - #161593

Draft
GTimothy wants to merge 1 commit into
rust-lang:mainfrom
GTimothy:add-core/clippy.toml-to-disable-missing_transmute_annotations-lint-inside-expanded-code
Draft

add core/clippy.toml to disable missing_transmute_annotations inside all expanded code#161593
GTimothy wants to merge 1 commit into
rust-lang:mainfrom
GTimothy:add-core/clippy.toml-to-disable-missing_transmute_annotations-lint-inside-expanded-code

Conversation

@GTimothy

Copy link
Copy Markdown
Contributor

Depends-On: rust-lang/rust-clippy#17612

If rust-lang/rust-clippy#17612 gets merged, we can disable disable missing_transmute_annotations inside all expanded code, not just external macros, in core.
This reduces a lot of clippy noise, notably in define_valid_range_type and argument_new macro calls, and helps envisioning denying this lint in ci the future.

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Aug 23, 2026
@rust-log-analyzer

Copy link
Copy Markdown
Collaborator

The job pr-check-2 failed! Check out the build log: (web) (plain enhanced) (plain)

Click to see the possible cause of the failure (guessed by this bot)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants