diff options
| author | Tshepang Mbambo <tshepang@gmail.com> | 2025-04-12 10:28:49 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-04-12 10:28:49 +0200 |
| commit | f79a89da92d72f119d81e8cb55ad75df2f60f4f8 (patch) | |
| tree | 6f3875de7ea647cf40666996d4cba34c3c3046ce /src/doc/rustc-dev-guide | |
| parent | 14ea903d4d9ca9de1feb779f70fec51b21bd934d (diff) | |
| parent | e33a6d6f60fdc647469a758c9fe62041ffd2d8e4 (diff) | |
| download | rust-f79a89da92d72f119d81e8cb55ad75df2f60f4f8.tar.gz rust-f79a89da92d72f119d81e8cb55ad75df2f60f4f8.zip | |
Merge pull request #2330 from rust-lang/tshepang-patch-5
date-check rdg contribution section
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -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 2df6e9d9eb5..7946c444d03 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 |
