Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
It is possible to use conditional compilation to prevent Clippy from evaluating certain code at all. Unfortunately, it was no longer documented anywhere. This adds a brief explanation of how to use the feature with conditional compilation, and mentions a few downsides. Fixes #rust-lang#10220 — Ability to skip files or blocks entirely
- Loading branch information