We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a96e5e + 46cdf17 commit a15dfa1Copy full SHA for a15dfa1
src/rustdoc.md
@@ -175,7 +175,7 @@ When crates are published to crates.io, docs.rs automatically builds
175
and publishes their documentation, for instance at
176
<https://docs.rs/serde/latest/serde/>. It always builds with the current nightly
177
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
+have an immediate public effect on docs.rs. Old documentation is only sometimes rebuilt, so
179
you will see some variation in UI when browsing old releases in docs.rs. Crate
180
authors can request rebuilds, which will be run with the latest rustdoc.
181
0 commit comments