Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub struct A {
a: isize,
pub b: isize,
}
pub struct B {
pub a: isize,
b: isize,