Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#![forbid(non_snake_case)]
#[allow(non_snake_case)]
//~^ ERROR allow(non_snake_case) incompatible
//~| ERROR allow(non_snake_case) incompatible
fn main() {
}