mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-23 07:14:28 +00:00
34bc8fbea3
The CSS uses an inconsistent mix of both. This commit switches it to always use `src`.
7 lines
215 B
Rust
7 lines
215 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="src rightside"]' "source"
|
|
pub use std::iter::Iterator;
|