Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ compile-flags: --cap-lints deny
#![warn(unused)]
#![deny(warnings)]
use std::option; //~ ERROR
fn main() {}