Skip to content

Commit

Permalink
Merge #639
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
bors-ferrocene[bot] and tshepang authored May 21, 2024
2 parents 87e8e5b + 06c30f0 commit 6f132f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
[submodule "ferrocene/doc/specification/shared"]
path = ferrocene/doc/specification/shared
url = https://github.com/ferrocene/sphinx-shared-resources.git
[submodule "ferrocene/tools/flip-link"]
path = ferrocene/tools/flip-link
url = https://github.com/knurling-rs/flip-link
[submodule "src/doc/nomicon"]
path = src/doc/nomicon
url = https://github.com/rust-lang/nomicon.git
Expand Down Expand Up @@ -46,6 +49,3 @@
path = library/backtrace
url = https://github.com/rust-lang/backtrace-rs.git
shallow = true
[submodule "ferrocene/tools/flip-link"]
path = ferrocene/tools/flip-link
url = https://github.com/knurling-rs/flip-link

0 comments on commit 6f132f8

Please sign in to comment.