Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
pub mod a {
pub use a::b::c;
pub mod b {
pub mod c {
fn f(){}
fn g(){}
}