2021-02-12 20:27:57 +01:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
|
|
// This test ensures that the [src] link is present on traits items.
|
|
|
|
|
|
2021-12-03 17:09:04 -08:00
|
|
|
// @has foo/trait.Iterator.html '//div[@id="method.zip"]//a[@class="srclink"]' "source"
|
2021-02-12 20:27:57 +01:00
|
|
|
pub use std::iter::Iterator;
|