diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:28:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:28:15 +0200 |
| commit | e33a6d6f60fdc647469a758c9fe62041ffd2d8e4 (patch) | |
| tree | 4784b44ea40977c586781dedc7f80c6806ea1e98 | |
| parent | 208e421ed3f7334b3af9b4e7a7a6a9340b4a9cd1 (diff) | |
| download | rust-e33a6d6f60fdc647469a758c9fe62041ffd2d8e4.tar.gz rust-e33a6d6f60fdc647469a758c9fe62041ffd2d8e4.zip | |
date-check rdg contribution section
| -rw-r--r-- | src/doc/rustc-dev-guide/src/contributing.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/doc/rustc-dev-guide/src/contributing.md b/src/doc/rustc-dev-guide/src/contributing.md index 73006de6b86..aeea4504658 100644 --- a/src/doc/rustc-dev-guide/src/contributing.md +++ b/src/doc/rustc-dev-guide/src/contributing.md @@ -395,20 +395,20 @@ Just a few things to keep in mind: add a special annotation before specifying the date: ```md - <!-- date-check --> Sep 2024 + <!-- date-check --> Apr 2025 ``` Example: ```md - As of <!-- date-check --> Sep 2024, the foo did the bar. + As of <!-- date-check --> Apr 2025, the foo did the bar. ``` For cases where the date should not be part of the visible rendered output, use the following instead: ```md - <!-- date-check: Sep 2024 --> + <!-- date-check: Apr 2025 --> ``` - A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide |
