Uh oh!
There was an error while loading. Please reload this page.
std: Mark ptr::Unique with #[doc(hidden)] - #49858
Conversation
rust-highfive
commented
Apr 10, 2018
Thanks for the pull request, and welcome! The Rust team is excited to review your changes, and you should hear from @aidanhs (or someone else) soon. If any changes to this PR are deemed necessary, please add them as extra commits. This ensures that the reviewer can see what has changed since they last reviewed the code. Due to the way GitHub handles out-of-date commits, this should also make it reasonably obvious what issues have or haven't been addressed. Large or tricky changes may require several passes of review and changes. Please see the contribution instructions for more information. |
ExpHP
commented
Apr 11, 2018
In what condition does this leave |
tesaguri
commented
Apr 11, 2018
Updated to hide |
clarfonthey
commented
Apr 14, 2018
Wasn't this deprecated in favour of |
steveklabnik
commented
Apr 16, 2018
@clarcharr for users, yes. the compiler still uses this, so we're not removing it. Nobody should use it though, so hiding it from the docs makes sense. |
steveklabnik
commented
Apr 16, 2018
I'd like to see what the rest of the docs team thinks about this. @rfcbot: fcp merge |
Team member @steveklabnik has proposed to merge this. The next step is review by the rest of the tagged teams: No concerns currently listed. Once a majority of reviewers approve (and none object), this will enter its final comment period. If you spot a major issue that hasn't been raised at any point in this process, please speak up! See this document for info about what commands tagged team members can give me. |
QuietMisdreavus
commented
Apr 16, 2018
Is |
rfcbot
commented
Apr 17, 2018
🔔 This is now entering its final comment period, as per the review above. 🔔 |
rfcbot
commented
Apr 27, 2018
The final comment period is now complete. |
steveklabnik
commented
Apr 27, 2018
Thanks @dmizuk! @bors: r+ rollup |
bors
commented
Apr 27, 2018
📌 Commit 54d6bcb has been approved by |
…abnik std: Mark `ptr::Unique` with `#[doc(hidden)]` `Unique` is now perma-unstable, so let's hide its docs.
Rollup of 9 pull requests Successful merges: - #49858 (std: Mark `ptr::Unique` with `#[doc(hidden)]`) - #49968 (Stabilize dyn trait) - #50192 (Add some utilities to `libsyntax`) - #50251 (rustc: Disable threads in LLD for wasm) - #50263 (rustc: Emit `uwtable` for allocator shims) - #50269 (Update `parking_lot` dependencies) - #50273 (Allow #[inline] on closures) - #50284 (fix search load page failure) - #50257 (Don't ICE on tuple struct ctor with incorrect arg count) Failed merges:
Uniqueis now perma-unstable, so let's hide its docs.