We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0843207 commit 751597fCopy full SHA for 751597f
src/ci/init_repo.sh
@@ -46,7 +46,7 @@ function fetch_github_commit_archive {
46
rm $cached
47
}
48
49
-included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example"
+included="src/llvm-project src/llvm-emscripten src/doc/book src/doc/rust-by-example src/tools/rustfmt"
50
modules="$(git config --file .gitmodules --get-regexp '\.path$' | cut -d' ' -f2)"
51
modules=($modules)
52
use_git=""
0 commit comments