rust/tests/rustdoc/issue-30366.rs

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

7 lines
175 B
Rust
Raw Normal View History

// @has issue_30366/index.html '//a/@href' 'http://www.rust-lang.org/'
/// Describe it. [Link somewhere][1].
///
/// [1]: http://www.rust-lang.org/
pub fn here_is_a_fn() { }