diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2023-02-18 15:20:08 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-02-18 22:20:08 +0900 |
| commit | ef8c8fc083c39352d3297efb7728d2599223f2df (patch) | |
| tree | 5f4182e8b52e8293cf312fa107d3011ea59eebe4 /src/doc/rustc-dev-guide | |
| parent | 3f3fb0bd8a772dd5c66b0fa80a61e311f8198b24 (diff) | |
| download | rust-ef8c8fc083c39352d3297efb7728d2599223f2df.tar.gz rust-ef8c8fc083c39352d3297efb7728d2599223f2df.zip | |
Vetting deps datecheck (#1614)
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/crates-io.md | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/doc/rustc-dev-guide/src/crates-io.md b/src/doc/rustc-dev-guide/src/crates-io.md index f012c5bb58e..403d61a81da 100644 --- a/src/doc/rustc-dev-guide/src/crates-io.md +++ b/src/doc/rustc-dev-guide/src/crates-io.md @@ -11,10 +11,9 @@ you should avoid adding dependencies to the compiler for several reasons: - The dependency may have transitive dependencies that have one of the above problems. -As of <!-- date-check --> Aug 2022, -there is no official policy for vetting new dependencies to the compiler. -Decisions are made on a case-by-case basis, -during code review. +<!-- date-check: Feb 2023 --> +Note that there is no official policy for vetting new dependencies to the compiler. +Decisions are made on a case-by-case basis, during code review. ## Permitted dependencies |
