Home
last modified time | relevance | path

Searched refs:REGEX (Results 1 – 1 of 1) sorted by relevance

/development/tools/cargo_embargo/src/cargo/
Dcargo_out.rs280 static REGEX: Lazy<Regex> = Lazy::new(|| { in from_rustc_invocation() constant
284 let Some(lib_name) = REGEX.captures(filename).and_then(|x| x.get(1)) else { in from_rustc_invocation()