rustdoc: Rename internal API fns to into_string#74359
Merged
bors merged 1 commit intorust-lang:masterfrom Jul 16, 2020
Merged
Conversation
Contributor
|
(rust_highfive has picked a reviewer for you, use r? to override) |
Member
|
@bors: r+ rollup |
Collaborator
|
📌 Commit 351613c347206cd309690b735f4f659d5599eb03 has been approved by |
Contributor
|
@bors r- failed on CI: |
Member
|
@ollie27 Thanks for catching it up! |
to avoid surprising listed in API guidelines.
Contributor
Author
|
Tests passed locally. Sorry for inconveniences. |
Member
|
I'll wait for the CI this time. :) |
GuillaumeGomez
approved these changes
Jul 16, 2020
Member
|
Thanks! @bors: r+ rollup |
Collaborator
|
📌 Commit 0f4e4a0 has been approved by |
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jul 16, 2020
…eGomez rustdoc: Rename internal API fns to `into_string` to avoid surprising listed in API guidelines.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jul 16, 2020
…eGomez rustdoc: Rename internal API fns to `into_string` to avoid surprising listed in API guidelines.
Manishearth
added a commit
to Manishearth/rust
that referenced
this pull request
Jul 16, 2020
…eGomez rustdoc: Rename internal API fns to `into_string` to avoid surprising listed in API guidelines.
bors
added a commit
to rust-lang-ci/rust
that referenced
this pull request
Jul 16, 2020
…arth Rollup of 21 pull requests Successful merges: - rust-lang#73566 (Don't run `everybody_loops` for rustdoc; instead ignore resolution errors) - rust-lang#73771 (Don't pollute docs/suggestions with libstd deps) - rust-lang#73794 (Small cleanup for E0705 explanation) - rust-lang#73807 (rustdoc: glue tokens before highlighting) - rust-lang#73835 (Clean up E0710 explanation) - rust-lang#73926 (Ignoring test case: [codegen] repr-transparent-aggregates-1.rs for aarch64) - rust-lang#73981 (Remove some `ignore-stage1` annotations.) - rust-lang#73998 (add regression test for rust-lang#61216) - rust-lang#74140 (Make hir ProjectionKind more precise) - rust-lang#74148 (Move #[doc(alias)] check in rustc) - rust-lang#74159 (forbid generic params in the type of const params) - rust-lang#74171 (Fix 44056 test with debug on macos.) - rust-lang#74221 (Don't panic if the lhs of a div by zero is not statically known) - rust-lang#74325 (Focus on the current file in the source file sidebar) - rust-lang#74359 (rustdoc: Rename internal API fns to `into_string`) - rust-lang#74370 (Reintroduce spotlight / "important traits" feature) - rust-lang#74390 (Fix typo in std::mem::transmute documentation) - rust-lang#74391 (BtreeMap: superficially refactor root access) - rust-lang#74392 (const generics triage) - rust-lang#74397 (Fix typo in the latest release note) - rust-lang#74406 (Set shell for github actions CI) Failed merges: r? @ghost
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
to avoid surprising listed in API guidelines.