Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
// check-pass
// aux-build:underscore-imports.rs
extern crate underscore_imports;
use underscore_imports::*;
fn main() {
().in_scope1();
().in_scope2();
}