diff options
| author | Justin Restivo <jrestivo@mit.edu> | 2019-08-16 12:39:45 -0400 |
|---|---|---|
| committer | Justin Restivo <jrestivo@mit.edu> | 2019-08-16 12:39:45 -0400 |
| commit | 178abd7d810a15a39baf2ab366e8fde0974287c7 (patch) | |
| tree | 21d0063b41adcd2f6c5e7a58997eea8f7bfc91ff | |
| parent | 9dd5c191993aab6c2f1538eb8ab69afdc4b6e67a (diff) | |
| download | rust-178abd7d810a15a39baf2ab366e8fde0974287c7.tar.gz rust-178abd7d810a15a39baf2ab366e8fde0974287c7.zip | |
add git keyword to submodule option
| -rw-r--r-- | config.toml.example | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.toml.example b/config.toml.example index cb9f388a8e4..a3ec4f2044c 100644 --- a/config.toml.example +++ b/config.toml.example @@ -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 |
