Files
2026-08-01 16:11:49 +03:00

6 lines
134 B
Rust

fn main() {
if let Some(true) = version_check::supports_feature("doc_cfg") {
println!("cargo:rustc-cfg=nightly");
}
}