blob: 6189acb72542a613612d67d183886e28441e03ff (
plain)
1
2
3
4
5
6
|
#![crate_name = "foo"]
// This test ensures that the [src] link is present on traits items.
// @has foo/trait.Iterator.html '//div[@id="method.zip"]//a[@class="srclink"]' "[src]"
pub use std::iter::Iterator;
|