Skip to content

Disable clippy::pedantic lints on macro output.#100

Open
finnbear wants to merge 1 commit intomainfrom
no_clippy_pedantic_on_macro_output
Open

Disable clippy::pedantic lints on macro output.#100
finnbear wants to merge 1 commit intomainfrom
no_clippy_pedantic_on_macro_output

Conversation

@finnbear
Copy link
Copy Markdown
Member

@finnbear finnbear commented Jan 6, 2026

Fix #99

@Tankmipartition
Copy link
Copy Markdown

Thanks for reporting this issue! Disabling clippy::pedantic lints specifically for macro output is a good idea to prevent noise from lints that may not be relevant. We could use the #[allow(clippy::pedantic)] attribute in the macro definition to achieve this. I'll work on implementing this change.

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.

Clippy emits warnings when pedantic lints are enabled with derive macro

2 participants