blob: b7e7b11d27a831fd0469209b212dc41b2ad56320 [file] [log] [blame]
#![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;