Skip to content

Commit a15dfa1

Browse files
Merge pull request #2629 from rust-lang/aDotInTheVoid-patch-1
> We continuously rebuild the latest versions for all crates so they can benefit from new features in rustdoc. -- https://docs.rs/releases/queue
2 parents 1a96e5e + 46cdf17 commit a15dfa1

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)