Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub struct A(());
pub struct B(isize);
pub struct C(pub isize, isize);
pub struct D(pub isize);