Skip to content

Conversation

ada4a
Copy link
Contributor

@ada4a ada4a commented Sep 7, 2025

Fixes #13360

changelog: [needless_maybe_sized]: don't lint in proc-macro-generated code

@rustbot
Copy link
Collaborator

rustbot commented Sep 7, 2025

r? @Jarcho

rustbot has assigned @Jarcho.
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 Sep 7, 2025
@ada4a ada4a force-pushed the needless_maybe_sized branch from d304423 to a30db22 Compare September 7, 2025 16:09
@rustbot

This comment has been minimized.

@ada4a ada4a force-pushed the needless_maybe_sized branch from a30db22 to 1fc12dc Compare September 18, 2025 17:48
@rustbot

This comment has been minimized.

@rustbot rustbot added S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties labels Sep 25, 2025
@ada4a ada4a force-pushed the needless_maybe_sized branch from 1fc12dc to 1c8e61e Compare September 25, 2025 18:08
@rustbot
Copy link
Collaborator

rustbot commented Sep 25, 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.

@ada4a
Copy link
Contributor Author

ada4a commented Oct 1, 2025

@rustbot ready

@rustbot rustbot added S-waiting-on-review Status: Awaiting review from the assignee but also interested parties and removed S-waiting-on-author Status: This is awaiting some action from the author. (Use `@rustbot ready` to update this status) labels Oct 1, 2025
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.

clippy::needless_maybe_sized emits a false positive on derived impls with Sized bounds
3 participants