Skip to content

Commit 6f132f8

Browse files
Merge #639
639: move submodule entry to a place where it will not conflict r=pietroalbini a=tshepang An upstream change resulted in a conflict, due to rust-lang/rust#125166. Co-authored-by: Tshepang Mbambo <tshepang.mbambo@ferrous-systems.com>
2 parents 87e8e5b + 06c30f0 commit 6f132f8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.gitmodules

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
[submodule "ferrocene/doc/specification/shared"]
22
path = ferrocene/doc/specification/shared
33
url = https://github.com/ferrocene/sphinx-shared-resources.git
4+
[submodule "ferrocene/tools/flip-link"]
5+
path = ferrocene/tools/flip-link
6+
url = https://github.com/knurling-rs/flip-link
47
[submodule "src/doc/nomicon"]
58
path = src/doc/nomicon
69
url = https://github.com/rust-lang/nomicon.git
@@ -46,6 +49,3 @@
4649
path = library/backtrace
4750
url = https://github.com/rust-lang/backtrace-rs.git
4851
shallow = true
49-
[submodule "ferrocene/tools/flip-link"]
50-
path = ferrocene/tools/flip-link
51-
url = https://github.com/knurling-rs/flip-link

0 commit comments

Comments
 (0)