bnjbvr/cargo-machete

False positive for macros

dev-ardi opened this issue · 2 comments

If a macro from another crate expands to use a dependency this falsly detects it.

This tool should expand all macros before running.

Yes, this is a known shortcoming of the tool. Are you willing to work on a patch?

No, as I've found that the unused_crate_dependencies lint works better for me.