-
Notifications
You must be signed in to change notification settings - Fork 13.4k
remove obsolete documentation from the site #7476
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Another set of them: http://static.rust-lang.org/doc/core/files/str-rs.html |
The documentation is also still there for old module paths, such as http://static.rust-lang.org/doc/std/dbg.html |
cc @brson - ideally, the doc builder would clear these directories when uploading the replacements |
Done. |
Still appears to be a bug: |
This should be fixed by #9544 |
Yay! PR has been merged and buildbots have been upated, the old docs no longer exist. |
Rustup r? `@ghost` Out of cycle sync for 2 ICE fixes rust-lang#7470 rust-lang#7471 rust-lang#7473 changelog: none
There's the old documentation for libcore under the
static
subdomain http://static.rust-lang.org/doc/core/index.html and also old documentation under thedl
subdomain http://dl.rust-lang.org/doc/tutorial-ffi.htmlIt would be nice to purge these because they clutter search results, and occasionally people ask about them.
The text was updated successfully, but these errors were encountered: