]> git.proxmox.com Git - rustc.git/blobdiff - src/doc/rustc-dev-guide/src/crates-io.md
New upstream version 1.52.0~beta.3+dfsg1
[rustc.git] / src / doc / rustc-dev-guide / src / crates-io.md
index 21dd00afe5077c674415033db4db0692006051d3..6fbabdc914b04f33a9ab1143d991a1a77de015b2 100644 (file)
@@ -14,10 +14,9 @@ reasons:
 
 TODO: what is the vetting process?
 
-## Whitelist
+## Permitted dependencies
 
-The `tidy` tool has a [whitelist] of crates that are allowed. To add a
-dependency that is not already in the compiler, you will need to add it to this
-whitelist.
+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 the list.
 
-[whitelist]: https://github.com/rust-lang/rust/blob/659994627234ce7d95a1a52ad8756ce661059adf/src/tools/tidy/src/deps.rs#L56
+[a list of crates that are allowed]: https://github.com/rust-lang/rust/blob/19ecce332e56941ea0dd2a805270faa102acdb14/src/tools/tidy/src/deps.rs#L59