From 838f8886575f88a0b09360673cb79f849801542d Mon Sep 17 00:00:00 2001 From: Jaisurya Nanduri Date: Fri, 31 May 2024 19:52:48 +0000 Subject: [PATCH] Adding std library as a subtree --- .gitmodules | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .gitmodules diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000000000..8b0134981647f --- /dev/null +++ b/.gitmodules @@ -0,0 +1,8 @@ +[submodule "library/stdarch"] + path = library/stdarch + url = https://github.com/rust-lang/stdarch.git + shallow = true +[submodule "library/backtrace"] + path = library/backtrace + url = https://github.com/rust-lang/backtrace-rs.git + shallow = true