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