Fix: crates -> a list of crates
This commit is contained in:
parent
5236330427
commit
07660d0008
1 changed files with 2 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ TODO: what is the vetting process?
|
|||
|
||||
## Pemitted dependencies
|
||||
|
||||
The `tidy` tool has [crates that are allowed]. To add a
|
||||
The `tidy` tool has [a list of crates that are allowed]. To add a
|
||||
dependency that is not already in the compiler, you will need to add it to these
|
||||
crates.
|
||||
|
||||
[crates that are allowed]: https://github.com/rust-lang/rust/blob/19ecce332e56941ea0dd2a805270faa102acdb14/src/tools/tidy/src/deps.rs#L59
|
||||
[a list of crates that are allowed]: https://github.com/rust-lang/rust/blob/19ecce332e56941ea0dd2a805270faa102acdb14/src/tools/tidy/src/deps.rs#L59
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue