Skip to content

Commit 60402a7

Browse files
committed
alert when date gets stale (by using date-check annotation)
1 parent 8307567 commit 60402a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/rustdoc-internals.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,8 @@ It's important to note that rustdoc can ask the compiler for type information
184184
directly, even during HTML generation. This [didn't used to be the case], and
185185
a lot of rustdoc's architecture was designed around not doing that, but a
186186
`TyCtxt` is now passed to `formats::renderer::run_format`, which is used to
187-
run generation for both HTML and the (unstable as of March 2023) JSON format.
187+
run generation for both HTML and the
188+
(unstable as of <!-- date-check --> March 2023) JSON format.
188189

189190
[didn't used to be the case]: https://github.com/rust-lang/rust/pull/80090
190191

0 commit comments

Comments
 (0)