mirror of
https://github.com/rwf2/Rocket.git
synced 2025-01-08 10:42:37 +00:00
6 lines
129 B
Rust
6 lines
129 B
Rust
fn main() {
|
|
if let Some(true) = version_check::is_feature_flaggable() {
|
|
println!("cargo:rustc-cfg=nightly");
|
|
}
|
|
}
|