rust/src/test/rustdoc/extern-html-root-url.rs
2018-12-25 21:08:33 -07:00

8 lines
277 B
Rust

// ignore-tidy-linelength
// compile-flags:-Z unstable-options --extern-html-root-url core=https://example.com/core/0.1.0
// @has extern_html_root_url/index.html
// @has - '//a/@href' 'https://example.com/core/0.1.0/core/iter/index.html'
#[doc(no_inline)]
pub use std::iter;