diff options
| author | projektir <oprojektir@gmail.com> | 2017-12-01 18:29:12 -0800 |
|---|---|---|
| committer | projektir <oprojektir@gmail.com> | 2018-01-13 13:04:53 -0800 |
| commit | a2df4131871b6d18e1d3d2913d7a4436cd0d0277 (patch) | |
| tree | 03cad2233b69d5f69b3d751d577162486bb2aaed /.gitmodules | |
| parent | f62f774035735a06c880c48c0b9017fcc0577e33 (diff) | |
| download | rust-a2df4131871b6d18e1d3d2913d7a4436cd0d0277.tar.gz rust-a2df4131871b6d18e1d3d2913d7a4436cd0d0277.zip | |
Adding RBE as a submodule #46194
Diffstat (limited to '.gitmodules')
| -rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitmodules b/.gitmodules index 373ca90eca1..ffa7b321ba6 100644 --- a/.gitmodules +++ b/.gitmodules @@ -48,3 +48,6 @@ [submodule "src/binaryen"] path = src/binaryen url = https://github.com/alexcrichton/binaryen.git +[submodule "src/doc/rust-by-example"] + path = src/doc/rust-by-example + url = https://github.com/rust-lang/rust-by-example |
