Skip to content

Commit

Permalink
alert when date gets stale (by using date-check annotation)
Browse files Browse the repository at this point in the history
  • Loading branch information
tshepang committed Mar 14, 2023
1 parent 8307567 commit 60402a7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/rustdoc-internals.md
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,8 @@ It's important to note that rustdoc can ask the compiler for type information
directly, even during HTML generation. This [didn't used to be the case], and
a lot of rustdoc's architecture was designed around not doing that, but a
`TyCtxt` is now passed to `formats::renderer::run_format`, which is used to
run generation for both HTML and the (unstable as of March 2023) JSON format.
run generation for both HTML and the
(unstable as of <!-- date-check --> March 2023) JSON format.

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

Expand Down

0 comments on commit 60402a7

Please sign in to comment.