]> git.lizzy.rs Git - rust.git/blob - src/test/rustdoc/ensure-src-link.rs
Auto merge of #82624 - ojeda:rwlock-example-deadlock, r=JohnTitor
[rust.git] / src / test / rustdoc / ensure-src-link.rs
1 #![crate_name = "foo"]
2
3 // This test ensures that the [src] link is present on traits items.
4
5 // @has foo/trait.Iterator.html '//div[@id="method.zip"]//a[@class="srclink"]' "[src]"
6 pub use std::iter::Iterator;