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