From 46cdf175b8d8a405a1161847d6f73156542a4117 Mon Sep 17 00:00:00 2001 From: Alona Enraght-Moony Date: Wed, 5 Nov 2025 18:11:23 +0000 Subject: [PATCH] Say that docs.rs sometimes rebuilds crates. --- src/rustdoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rustdoc.md b/src/rustdoc.md index 7901e9511..aba80131d 100644 --- a/src/rustdoc.md +++ b/src/rustdoc.md @@ -175,7 +175,7 @@ When crates are published to crates.io, docs.rs automatically builds and publishes their documentation, for instance at . It always builds with the current nightly rustdoc, so any changes you land in rustdoc are "insta-stable" in that they will -have an immediate public effect on docs.rs. Old documentation is not rebuilt, so +have an immediate public effect on docs.rs. Old documentation is only sometimes rebuilt, so you will see some variation in UI when browsing old releases in docs.rs. Crate authors can request rebuilds, which will be run with the latest rustdoc.