Skip to content

Commit 838f888

Browse files
committed
Adding std library as a subtree
1 parent 6efb19b commit 838f888

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.gitmodules

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[submodule "library/stdarch"]
2+
path = library/stdarch
3+
url = https://github.com/rust-lang/stdarch.git
4+
shallow = true
5+
[submodule "library/backtrace"]
6+
path = library/backtrace
7+
url = https://github.com/rust-lang/backtrace-rs.git
8+
shallow = true

0 commit comments

Comments
 (0)