File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -6,9 +6,11 @@ There are three main ways we use dependencies:
662 . As a git (e.g. ` clippy ` ) or a [ josh] (e.g. ` miri ` ) subtree
773 . 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
You can’t perform that action at this time.
0 commit comments