-
Notifications
You must be signed in to change notification settings - Fork 13k
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
Remove --print unversioned-files
from rustdoc
#85770
Conversation
(rust-highfive has picked a reviewer for you, use r? to override) |
A better fix is to remove this test and functionality altogether: #83784 |
I can also do that. Just to confirm: The PR on the docs.rs side was merged a month ago so I can just remove everything related to |
@Bobo1239 yes, you can just remove it completely |
This flag isn't needed anymore. See rust-lang#83784.
6142abf
to
8b6dad2
Compare
--print unversioned-files
from rustdoc
@bors r+ |
📌 Commit 8b6dad2 has been approved by |
Remove `--print unversioned-files` from rustdoc This flag isn't needed anymore. See rust-lang#83784.
…laumeGomez Rollup of 8 pull requests Successful merges: - rust-lang#85285 (Add eslint checks to CI) - rust-lang#85709 (Use correct edition when parsing `:pat` matchers) - rust-lang#85762 (Do not try to build LLVM with Zlib on Windows) - rust-lang#85770 (Remove `--print unversioned-files` from rustdoc ) - rust-lang#85781 (Add documentation for aarch64-apple-ios-sim target) - rust-lang#85801 (Add `String::extend_from_within`) - rust-lang#85817 (Fix a typo) - rust-lang#85818 (Don't drop `PResult` without handling the error) Failed merges: r? `@ghost` `@rustbot` modify labels: rollup
This flag isn't needed anymore. See #83784.