Skip to content

Comments

std::ops::ControlFlow - use normal comment for internal methods#152877

Merged
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
DanielEScherzer:patch-3
Feb 20, 2026
Merged

std::ops::ControlFlow - use normal comment for internal methods#152877
rust-bors[bot] merged 1 commit intorust-lang:mainfrom
DanielEScherzer:patch-3

Conversation

@DanielEScherzer
Copy link
Contributor

@DanielEScherzer DanielEScherzer commented Feb 20, 2026

Rather than a doc comment, which causes rustdoc to output the impl documentation even though the impl block only has non-public methods.

Rather than a doc comment, which causes rustdoc to output the impl
documentation even though the impl block only has non-public methods.
@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-libs Relevant to the library team, which will review and decide on the PR/issue. labels Feb 20, 2026
@rustbot
Copy link
Collaborator

rustbot commented Feb 20, 2026

Failed to set assignee to eggyal: invalid assignee

Note: Only org members with at least the repository "read" role, users with write permissions, or people who have commented on the PR may be assigned.

@DanielEScherzer
Copy link
Contributor Author

DanielEScherzer commented Feb 20, 2026

@rustbot reroll

@rustbot
Copy link
Collaborator

rustbot commented Feb 20, 2026

Error: Parsing assign command in comment failed: ...'' | error: specify user to assign to at >| ''...

Please file an issue on GitHub at triagebot if there's a problem with this bot, or reach out on #triagebot on Zulip.

@scottmcm
Copy link
Member

@rust-bors
Copy link
Contributor

rust-bors bot commented Feb 20, 2026

📌 Commit be83f55 has been approved by scottmcm

It is now in the queue for this repository.

@rust-bors rust-bors bot added S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Feb 20, 2026
rust-bors bot pushed a commit that referenced this pull request Feb 20, 2026
…uwer

Rollup of 11 pull requests

Successful merges:

 - #152759 (Simpler `find_attr!()`)
 - #152057 (bootstrap: respect POSIX jobserver)
 - #152818 (DOC: do not link to "nightly" in Iterator::by_ref() docstring)
 - #152840 (Add bootstrap snapshot tests for {`install`, `install src`})
 - #152844 (Rename `DepGraphQuery` to `RetainedDepGraph`)
 - #152846 (Clarify some variable names in the query proc-macro)
 - #152858 (Fix typo in doc for core::mem::type_info::Struct)
 - #152861 (resolve: do not suggest `_` for unresolved imports)
 - #152873 (std::ops::ControlFlow - use "a" before `Result`)
 - #152877 (std::ops::ControlFlow - use normal comment for internal methods)
 - #152883 (Deny final not followed by item)
@rust-bors rust-bors bot merged commit a2abf2a into rust-lang:main Feb 20, 2026
11 checks passed
@rustbot rustbot added this to the 1.95.0 milestone Feb 20, 2026
rust-timer added a commit that referenced this pull request Feb 20, 2026
Rollup merge of #152877 - DanielEScherzer:patch-3, r=scottmcm

std::ops::ControlFlow - use normal comment for internal methods

Rather than a doc comment, which causes rustdoc to output the impl documentation even though the impl block only has non-public methods.
@DanielEScherzer DanielEScherzer deleted the patch-3 branch February 21, 2026 04:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-bors Status: Waiting on bors to run and complete tests. Bors will change the label on completion. T-libs Relevant to the library team, which will review and decide on the PR/issue.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants