Searched refs:possible_components (Results 1 – 1 of 1) sorted by relevance
329 let possible_components = &components[i..]; in extract_git_strip_prefix() localVariable330 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()