summaryrefslogtreecommitdiffstats
path: root/third_party/rust/cookie/build.rs
blob: 66f1ea2136797dd4797a14dc6ed1b9c4856777bc (plain)
1
2
3
4
5
fn main() {
    if let Some(true) = version_check::supports_feature("doc_cfg") {
        println!("cargo:rustc-cfg=nightly");
    }
}