Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
//@ aux-build:intra-link-cross-crate-crate.rs
//@ build-aux-docs
#![crate_name = "outer"]
extern crate inner;
//@ has outer/fn.f.html '//a[@href="../inner/fn.g.html"]' "crate::g"
pub use inner::f;