Skip to content
This repository has been archived by the owner on Apr 5, 2024. It is now read-only.

Allow to blacklist modules from affecting the analysis result. #22

Open
ibabushkin opened this issue Jul 25, 2017 · 2 comments
Open

Allow to blacklist modules from affecting the analysis result. #22

ibabushkin opened this issue Jul 25, 2017 · 2 comments

Comments

@ibabushkin
Copy link
Contributor

We could interpret something like #[doc(hidden)] or accept a config file. Especially serde's private modules would benefit from this.

@eddyb
Copy link
Member

eddyb commented Jul 25, 2017

It's still risky, so I'd turn errors into warnings for #[doc(hidden)] methods, at most, and wait for macro hygiene to fix this correctly.

@ibabushkin
Copy link
Contributor Author

Well, we don't emit anything more severe than a warning at the moment - but that can be changed of course. I guess a mechanism akin to the facilities to silence clippy warnings would be an appropriate solution: we'd output the changes recorded, but explicitly show we essentially ignore them.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants