We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dbf25b commit b3b1d09Copy full SHA for b3b1d09
src/external-repos.md
@@ -6,9 +6,11 @@ There are three main ways we use dependencies:
6
2. As a git (e.g. `clippy`) or a [josh] (e.g. `miri`) subtree
7
3. As a git submodule (e.g. `cargo`)
8
9
-As a general rule, use crates.io for libraries that could be useful for others in the ecosystem; use
10
-subtrees for tools that depend on compiler internals and need to be updated if there are breaking
11
-changes; and use submodules for tools that are independent of the compiler.
+As a general rule:
+- Use crates.io for libraries that could be useful for others in the ecosystem
+- Use subtrees for tools that depend on compiler internals and need to be updated if there are breaking
12
+changes
13
+- Use submodules for tools that are independent of the compiler
14
15
## External Dependencies (subtrees)
16
0 commit comments