blob: b7e7b11d27a831fd0469209b212dc41b2ad56320 (
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 '//h3[@id="method.zip"]/a[@class="srclink"]' "[src]"
pub use std::iter::Iterator;
|