Function find_unmanaged_repos

Source
pub fn find_unmanaged_repos(
    root_path: &Path,
    managed_repos: &[Repo],
) -> Result<Vec<RepoPath>, Error>