Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// Don't allow tool_lints, which aren't scoped
#![deny(unknown_lints)]
#![deny(clippy)] //~ ERROR: unknown lint: `clippy`
fn main() {}