Function cargo_test_support::git::add_submodule
source ยท pub fn add_submodule<'a>(
repo: &'a Repository,
url: &str,
path: &Path,
) -> Submodule<'a>
Expand description
Add a git submodule to the repository.
pub fn add_submodule<'a>(
repo: &'a Repository,
url: &str,
path: &Path,
) -> Submodule<'a>
Add a git submodule to the repository.