add git keyword to submodule option

This commit is contained in:
Justin Restivo 2019-08-16 12:39:45 -04:00
parent 9dd5c19199
commit 178abd7d81
1 changed files with 2 additions and 2 deletions

View File

@ -141,10 +141,10 @@
# library and facade crates.
#compiler-docs = false
# Indicate whether submodules are managed and updated automatically.
# Indicate whether git submodules are managed and updated automatically.
#submodules = true
# Update submodules only when the checked out commit in the submodules differs
# Update git submodules only when the checked out commit in the submodules differs
# from what is committed in the main rustc repo.
#fast-submodules = true