mirror of
https://github.com/github/codeql.git
synced 2026-08-02 00:13:00 +02:00
8 lines
89 B
Rust
8 lines
89 B
Rust
#[cfg(feature = "foo")]
|
|
fn foo() {}
|
|
|
|
#[cfg(feature = "bar")]
|
|
fn bar() {}
|
|
|
|
fn always() {}
|