Sign in
rust
/
rust
/
244fc326f23b58bc9db6bd985c59b80098ff14c1
/
.
/
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"