blob: 810c591c53e1e48909ff02f881ad26e10f88148a [file] [log] [blame]
// aux-build:rustdoc-extern-default-method.rs
// ignore-cross-compile
extern crate rustdoc_extern_default_method as ext;
// @count extern_default_method/struct.Struct.html '//*[@id="method.provided"]' 1
pub use ext::Struct;