Home
last modified time | relevance | path

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

/external/bazelbuild-rules_rust/crate_universe/src/metadata/
Dmetadata_annotation.rs329 let possible_components = &components[i..]; in extract_git_strip_prefix() localVariable
330 if possible_components.len() < 5 { in extract_git_strip_prefix()
333 if possible_components[0] != "git" in extract_git_strip_prefix()
334 || possible_components[1] != "checkouts" in extract_git_strip_prefix()
335 || possible_components[possible_components.len() - 1] != "Cargo.toml" in extract_git_strip_prefix()
339 if possible_components.len() == 5 { in extract_git_strip_prefix()
343 possible_components[4..(possible_components.len() - 1)].join("/"), in extract_git_strip_prefix()