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

* 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 Aug 17, 2025

☔ The latest upstream changes (possibly #14896) made this pull request unmergeable. Please resolve the merge conflicts.

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.

4 participants