Files
rust/src/test/rustdoc/playground-none.rs
Mark Rousskov 2a663555dd Remove licenses
2018-12-25 21:08:33 -07:00

10 lines
149 B
Rust

#![crate_name = "foo"]
//! module docs
//!
//! ```
//! println!("Hello, world!");
//! ```
// @!has foo/index.html '//a[@class="test-arrow"]' "Run"