Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
#![deny(dead_code)]
#[used]
static FOO: u32 = 0;
fn main() {}