From 2cc652be17b8525f4c6c89c517381075e16a164e Mon Sep 17 00:00:00 2001 From: Takayuki Nakata Date: Mon, 3 Aug 2020 22:58:57 +0900 Subject: [PATCH] Fix: crates -> a list of crates --- src/crates-io.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/crates-io.md b/src/crates-io.md index 17757454..9e94ba54 100644 --- a/src/crates-io.md +++ b/src/crates-io.md @@ -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