-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 liballoc unneeded explicit link #74185
Conversation
(rust_highfive has picked a reviewer for you, use r? to override) |
@bors r+ rollup |
📌 Commit 86d182ebd0cf9900f32e1f58addc1fc21f9b791b has been approved by |
Doesn't this break because |
@bors r- |
I thought we had a link checker to catch broken doc links |
hmm, maybe because these links aren't broken? 🤔 they just aren't interpreted as links at all |
Oh, yeah |
I have them at a separate experimental crate I am working on https://github.com/pickfire/ve, but there is no issue removing it (not the other links), it is not counted as a dead link, I didn't build the one in std.
Don't cargo doc have them? |
#73101 just landed so this should be fixed after a rebase! You'll need to build with |
86d182e
to
f893450
Compare
I don't understand what I need to do for that. |
@jyn514 ping, what can I do? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
A couple more nits since we're cleaning things up anyway. Other than that this looks great :)
Later when I get back to working on |
Ah right associated items don't work yet, this is #74489. r=me once CI is fixed.
|
☔ The latest upstream changes (presumably #73265) made this pull request unmergeable. Please resolve the merge conflicts. |
@pickfire What's the status of this PR? There are outstanding merge conflicts. |
The |
Co-authored-by: Joshua Nelson <joshua@yottadb.com>
cead37b
to
d2ecfcf
Compare
@bors r+ rollup |
📌 Commit d2ecfcf has been approved by |
Rollup of 17 pull requests Successful merges: - rust-lang#73943 (Document the unsafe keyword) - rust-lang#74062 (deny(unsafe_op_in_unsafe_fn) in libstd/ffi/c_str.rs) - rust-lang#74185 (Remove liballoc unneeded explicit link) - rust-lang#74192 (Improve documentation on process::Child.std* fields) - rust-lang#74409 (Change Debug impl of SocketAddr and IpAddr to match their Display output) - rust-lang#75195 (BTreeMap: purge innocent use of into_kv_mut) - rust-lang#75214 (Use intra-doc links in `mem::manually_drop` & `mem::maybe_uninit`) - rust-lang#75432 (Switch to intra-doc links in `std::process`) - rust-lang#75482 (Clean up E0752 explanation) - rust-lang#75501 (Move to intra doc links in std::ffi) - rust-lang#75509 (Tweak suggestion for `this` -> `self`) - rust-lang#75511 (Do not emit E0228 when it is implied by E0106) - rust-lang#75515 (Bump std's libc version to 0.2.74) - rust-lang#75517 (Promotion and const interning comments) - rust-lang#75519 (BTreeMap: refactor splitpoint and move testing over to unit test) - rust-lang#75530 (Switch to intra-doc links in os/raw/*.md) - rust-lang#75531 (Migrate unit tests of btree collections to their native breeding ground) Failed merges: r? @ghost
No description provided.