2021-02-12 13:27:57 -06:00
|
|
|
#![crate_name = "foo"]
|
|
|
|
|
|
|
|
// This test ensures that the [src] link is present on traits items.
|
|
|
|
|
2023-07-14 18:38:01 -05:00
|
|
|
// @has foo/trait.Iterator.html '//*[@id="method.zip"]//a[@class="src rightside"]' "source"
|
2021-02-12 13:27:57 -06:00
|
|
|
pub use std::iter::Iterator;
|