Skip to content

Commit b76681f

Browse files
tshepangKobzol
authored andcommitted
make paragraph more readable
1 parent bc42332 commit b76681f

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

Diff for: src/external-repos.md

+5-3
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ There are three main ways we use dependencies:
66
2. As a git (e.g. `clippy`) or a [josh] (e.g. `miri`) subtree
77
3. As a git submodule (e.g. `cargo`)
88

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.
9+
As a general rule:
10+
- Use crates.io for libraries that could be useful for others in the ecosystem
11+
- 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
1214

1315
## External Dependencies (subtrees)
1416

0 commit comments

Comments
 (0)