blob: 015611610acf4de67157b97bda99a8a3e9ee3988 [file] [log] [blame]
//@ aux-build:self.rs
//@ build-aux-docs
extern crate cross_crate_self;
// @has self/struct.S.html '//a[@href="struct.S.html#method.f"]' "Self::f"
// @has self/struct.S.html '//a[@href="struct.S.html"]' "Self"
// @has self/struct.S.html '//a[@href="../cross_crate_self/index.html"]' "crate"
pub use cross_crate_self::S;