Skip to content

Commit 743b803

Browse files
committed
date-check src/contributing.md
Had a look due to reviewing sembr changes
1 parent 56757ab commit 743b803

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/doc/rustc-dev-guide/src/contributing.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -438,20 +438,20 @@ Just a few things to keep in mind:
438438
For the action to pick the date, add a special annotation before specifying the date:
439439

440440
```md
441-
<!-- date-check --> Apr 2025
441+
<!-- date-check --> Nov 2025
442442
```
443443

444444
Example:
445445

446446
```md
447-
As of <!-- date-check --> Apr 2025, the foo did the bar.
447+
As of <!-- date-check --> Nov 2025, the foo did the bar.
448448
```
449449

450450
For cases where the date should not be part of the visible rendered output,
451451
use the following instead:
452452

453453
```md
454-
<!-- date-check: Apr 2025 -->
454+
<!-- date-check: Nov 2025 -->
455455
```
456456

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

0 commit comments

Comments
 (0)