Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ run-pass
#![allow(unused_imports)]
//@ edition:2018
fn main() {
use std;
let std = "std";
println!("{}", std);
}