Skip to content

Conversation

Jarcho
Copy link
Contributor

@Jarcho Jarcho commented May 8, 2025

  • Don't check for repetition if the previous module crosses a body boundary.
  • Don't take a snippet of the entire item.
  • Check each item's visibility once.
  • Use is_from_proc_macro before linting

changelog: none

@rustbot
Copy link
Collaborator

rustbot commented May 8, 2025

r? @Manishearth

rustbot has assigned @Manishearth.
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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label May 8, 2025
@Jarcho Jarcho force-pushed the mod_inception branch 2 times, most recently from cfeac47 to fa4b49b Compare May 8, 2025 07:35
Copy link
Member

@Manishearth Manishearth left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

on vacation soon, will redirect review

name: Symbol,
name_camel: String,
is_public: bool,
in_body_count: u32,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

nit: docs on what this is

@Manishearth
Copy link
Member

r? clippy

@rustbot rustbot assigned y21 and unassigned Manishearth May 8, 2025
@rustbot

This comment has been minimized.

Copy link
Member

@y21 y21 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. r=me with the dogfood warning fixed

@rustbot

This comment has been minimized.

* Don't check for repetition if the previous module crosses a body boundary.
* Don't take a snippet of the entire item.
* Check each item's visibility once.
* Use `is_from_proc_macro` before linting
@rustbot
Copy link
Collaborator

rustbot commented Sep 17, 2025

This PR was rebased onto a different master commit. Here's a range-diff highlighting what actually changed.

Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers.

@y21 y21 added this pull request to the merge queue Sep 18, 2025
Merged via the queue into rust-lang:master with commit 00bbdea Sep 18, 2025
11 checks passed
@rustbot rustbot removed the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Sep 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants