Merge pull request #2231 from yegeunyang/#2069

This commit is contained in:
许杰友 Jieyou Xu (Joe) 2025-01-29 05:02:55 +00:00 committed by GitHub
commit 5000a7027c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 0 deletions

View File

@ -137,6 +137,10 @@ pull request, continuing the work on the feature.
[abandoned-prs]: https://github.com/rust-lang/rust/pulls?q=is%3Apr+label%3AS-inactive+is%3Aclosed
### Writing tests
Issues that have been resolved but do not have a regression test are marked with the `E-needs-test` label. Writing unit tests is a low-risk, lower-priority task that offers new contributors a great opportunity to familiarize themselves with the testing infrastructure and contribution workflow.
### Contributing to std (standard library)
See [std-dev-guide](https://std-dev-guide.rust-lang.org/).