4 lines
80 B
Rust
4 lines
80 B
Rust
#![doc(html_root_url = "http://example.com")]
|
|
#[cfg(feature = "foo")]
|
|
fn a() {}
|