Skip to content

Commit 2904f18

Browse files
authored
Merge pull request #2330 from rust-lang/tshepang-patch-5
date-check rdg contribution section
2 parents 72c9cc8 + a0a83bc commit 2904f18

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/contributing.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -395,20 +395,20 @@ Just a few things to keep in mind:
395395
add a special annotation before specifying the date:
396396

397397
```md
398-
<!-- date-check --> Sep 2024
398+
<!-- date-check --> Apr 2025
399399
```
400400

401401
Example:
402402

403403
```md
404-
As of <!-- date-check --> Sep 2024, the foo did the bar.
404+
As of <!-- date-check --> Apr 2025, the foo did the bar.
405405
```
406406

407407
For cases where the date should not be part of the visible rendered output,
408408
use the following instead:
409409

410410
```md
411-
<!-- date-check: Sep 2024 -->
411+
<!-- date-check: Apr 2025 -->
412412
```
413413

414414
- A link to a relevant WG, tracking issue, `rustc` rustdoc page, or similar, that may provide

0 commit comments

Comments
 (0)