Home
last modified time | relevance | path

Searched refs:ALLOW_FEATURES (Results 1 - 1 of 1) sorted by relevance

/third_party/rust/crates/version_check/src/
H A Dlib.rs301 const ALLOW_FEATURES: &'static str = "allow-features="; in supports_feature() consts
306 .filter(|flag| flag.starts_with(ALLOW_FEATURES)) in supports_feature()
307 .map(|flag| &flag[ALLOW_FEATURES.len()..]); in supports_feature()

Completed in 2 milliseconds