From 178abd7d810a15a39baf2ab366e8fde0974287c7 Mon Sep 17 00:00:00 2001 From: Justin Restivo Date: Fri, 16 Aug 2019 12:39:45 -0400 Subject: [PATCH] add git keyword to submodule option --- config.toml.example | 4 ++-- 1 file 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