blob: f70902b1756fd19deedaf996c519aa47f9d08a2e [file] [log] [blame]
#![crate_name = "foo"]
// This test ensures that the [src] link is present on traits items.
//@ has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src"]' "Source"
pub use std::iter::Iterator;