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