Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![deny(unused)]
enum E {} //~ ERROR enum `E` is never used
fn main() {}