Sign in
rust
/
rust
/
b4f8dc726fb3a192fc1601ebcf4e8a44e8bc14f2
/
.
/
tests
/
rustdoc-html
/
playground-none.rs
blob: 924c0525190c9cbf5e99ded3eba4e56c8df41661 [
file
] [
log
] [
blame
]
#![
crate_name
=
"foo"
]
//! module docs
//!
//! ```
//! println!("Hello, world!");
//! ```
//@ !has foo/index.html '//a[@class="test-arrow"]' "Run"