Skip to content

Commit cbac426

Browse files
committed
rustdoc json format remains unstable today
1 parent 63e2cbf commit cbac426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc-internals.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ directly, even during `HTML` generation.
221221
This [didn't used to be the case], and
222222
a lot of `rustdoc`'s architecture was designed around not doing that, but a
223223
`TyCtxt` is now passed to `formats::renderer::run_format`, which is used to
224-
run generation for both `HTML` and the (unstable as of <!-- date-check --> March 2023) JSON format.
224+
run generation for both `HTML` and the (unstable as of <!-- date-check --> Nov 2025) JSON format.
225225

226226
This change has allowed other changes to remove data from the "clean" [`AST`][ast]
227227
that can be easily derived from `TyCtxt` queries, and we'll usually accept

0 commit comments

Comments
 (0)