Skip to content

or_fun_call: lint method calls inside map_or first arg #15074

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

klensy
Copy link
Contributor

@klensy klensy commented Jun 18, 2025

blocked on #15073

Lint method calls inside map_or too, so for this, lint will be showed:

Some(4).map_or("asd".to_string().len() as i32, f);

previously it worked only for:

Some(4).map_or(slow_fun(), f);

https://play.rust-lang.org/?version=nightly&mode=debug&edition=2024&gist=bfcda42a6af446e69bc883a8b45eb13c

Sorry for multiple or_fun_call PRs.

changelog: [or_fun_call]: lint method calls inside map_or first arg

@klensy klensy force-pushed the or-fun-call-more branch from fcce1e4 to 85eed3d Compare June 21, 2025 09:50
@klensy klensy force-pushed the or-fun-call-more branch from 85eed3d to af7625a Compare June 21, 2025 09:57
@klensy
Copy link
Contributor Author

klensy commented Jun 22, 2025

Okay, review last 3 commits please and I'll rebase this pr or #15073, depending on who will be first.

@klensy klensy marked this pull request as ready for review June 22, 2025 09:56
@rustbot
Copy link
Collaborator

rustbot commented Jun 22, 2025

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

@rustbot rustbot added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Jun 22, 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.

3 participants