Skip to content

Use clippy::disallowed_methods to warn on macros #1628

@vilgotf

Description

@vilgotf

The clippy lint disallowed_methods would allow us to automatically check for any occurrence of specify macros or methods by generating clippy warnings (getting blocked by CI).

For example vec![] could be blocked, but matches!() and log::{debug, error, info, trace, warn} could be allowed

Metadata

Metadata

Assignees

Labels

c-allAffects all crates or the project as a whole

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions