Skip to content

Commit 46cdf17

Browse files
Say that docs.rs sometimes rebuilds crates.
1 parent 1a96e5e commit 46cdf17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rustdoc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ When crates are published to crates.io, docs.rs automatically builds
175175
and publishes their documentation, for instance at
176176
<https://docs.rs/serde/latest/serde/>. It always builds with the current nightly
177177
rustdoc, so any changes you land in rustdoc are "insta-stable" in that they will
178-
have an immediate public effect on docs.rs. Old documentation is not rebuilt, so
178+
have an immediate public effect on docs.rs. Old documentation is only sometimes rebuilt, so
179179
you will see some variation in UI when browsing old releases in docs.rs. Crate
180180
authors can request rebuilds, which will be run with the latest rustdoc.
181181

0 commit comments

Comments
 (0)