mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-22 14:55:26 +00:00
7 lines
219 B
Rust
7 lines
219 B
Rust
#![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="srclink rightside"]' "source"
|
|
pub use std::iter::Iterator;
|