mirror of
https://github.com/rust-lang/rust.git
synced 2026-05-31 05:26:23 +03:00
8 lines
226 B
Rust
8 lines
226 B
Rust
// 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;
|