mirror of
https://github.com/rust-lang/rust.git
synced 2024-11-30 18:53:39 +00:00
4 lines
80 B
Rust
4 lines
80 B
Rust
#![doc(html_root_url = "http://example.com")]
|
|
#[cfg(feature = "foo")]
|
|
fn a() {}
|