Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ ignore-auxiliary (used by `./main.rs`)
#![crate_type = "lib"]
macro_rules! underscore {
() => (
_
)
}