Skip to content

fix: missing-docs-allow-unused for _-prefixed associated consts#17073

Open
Kokoro2336 wants to merge 1 commit into
rust-lang:masterfrom
Kokoro2336:fix/issue-17052
Open

fix: missing-docs-allow-unused for _-prefixed associated consts#17073
Kokoro2336 wants to merge 1 commit into
rust-lang:masterfrom
Kokoro2336:fix/issue-17052

Conversation

@Kokoro2336
Copy link
Copy Markdown
Contributor

@Kokoro2336 Kokoro2336 commented May 26, 2026

changelog: [missing_docs_in_private_items] add missing-docs-allow-unused for _-prefixed associated consts

Fixes #17052

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label May 26, 2026
@rustbot
Copy link
Copy Markdown
Collaborator

rustbot commented May 26, 2026

r? @llogiq

rustbot has assigned @llogiq.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

Why was this reviewer chosen?

The reviewer was selected based on:

  • Owners of files modified in this PR: 8 candidates
  • 8 candidates expanded to 8 candidates
  • Random selection from Jarcho, ada4a, dswij, llogiq, samueltardieu

@Kokoro2336
Copy link
Copy Markdown
Contributor Author

r? @samueltardieu

@rustbot rustbot assigned samueltardieu and unassigned llogiq May 26, 2026
@samueltardieu
Copy link
Copy Markdown
Member

r? clippy

@rustbot rustbot assigned ada4a and unassigned samueltardieu May 26, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

S-waiting-on-review Status: Awaiting review from the assignee but also interested parties

Projects

None yet

Development

Successfully merging this pull request may close these issues.

missing-docs-allow-unused doesn't catch associated consts.

5 participants