Merge pull request #2532 from rust-lang/tshepang/date-check

there is still no official policy regarding new rustc crate deps
This commit is contained in:
nora 2025-08-03 11:56:03 +02:00 committed by GitHub
commit 788845811e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ you should avoid adding dependencies to the compiler for several reasons:
- The dependency may have transitive dependencies that have one of the above
problems.
<!-- date-check: Feb 2023 -->
<!-- date-check: Aug 2025 -->
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.