|
28 | 28 | url = https://github.com/rust-lang-nursery/rls.git |
29 | 29 | [submodule "src/libcompiler_builtins"] |
30 | 30 | path = src/libcompiler_builtins |
31 | | - url = https://github.com/rust-lang-nursery/compiler-builtins |
| 31 | + url = https://github.com/rust-lang-nursery/compiler-builtins.git |
32 | 32 | [submodule "src/tools/clippy"] |
33 | 33 | path = src/tools/clippy |
34 | 34 | url = https://github.com/rust-lang-nursery/rust-clippy.git |
|
43 | 43 | url = https://github.com/alexcrichton/dlmalloc-rs.git |
44 | 44 | [submodule "src/doc/rust-by-example"] |
45 | 45 | path = src/doc/rust-by-example |
46 | | - url = https://github.com/rust-lang/rust-by-example |
| 46 | + url = https://github.com/rust-lang/rust-by-example.git |
47 | 47 | [submodule "src/llvm-emscripten"] |
48 | 48 | path = src/llvm-emscripten |
49 | | - url = https://github.com/rust-lang/llvm |
| 49 | + url = https://github.com/rust-lang/llvm.git |
50 | 50 | [submodule "src/stdsimd"] |
51 | 51 | path = src/stdsimd |
52 | | - url = https://github.com/rust-lang-nursery/stdsimd |
| 52 | + url = https://github.com/rust-lang-nursery/stdsimd.git |
53 | 53 | [submodule "src/tools/lld"] |
54 | 54 | path = src/tools/lld |
55 | 55 | url = https://github.com/rust-lang/lld.git |
56 | 56 | [submodule "src/libbacktrace"] |
57 | 57 | path = src/libbacktrace |
58 | | - url = https://github.com/rust-lang-nursery/libbacktrace |
| 58 | + url = https://github.com/rust-lang-nursery/libbacktrace.git |
59 | 59 | [submodule "src/tools/lldb"] |
60 | 60 | path = src/tools/lldb |
61 | | - url = https://github.com/rust-lang-nursery/lldb/ |
| 61 | + url = https://github.com/rust-lang-nursery/lldb.git |
62 | 62 | branch = rust-release-70 |
63 | 63 | [submodule "src/tools/clang"] |
64 | 64 | path = src/tools/clang |
65 | | - url = https://github.com/rust-lang-nursery/clang/ |
| 65 | + url = https://github.com/rust-lang-nursery/clang.git |
66 | 66 | branch = release_70 |
0 commit comments