Skip to content

Fix clippy warnings in quiz3 solution#2421

Closed
sobhanmohammadi-dev wants to merge 2 commits into
rust-lang:mainfrom
sobhanmohammadi-dev:fix-quiz3-clippy
Closed

Fix clippy warnings in quiz3 solution#2421
sobhanmohammadi-dev wants to merge 2 commits into
rust-lang:mainfrom
sobhanmohammadi-dev:fix-quiz3-clippy

Conversation

@sobhanmohammadi-dev

Copy link
Copy Markdown
Contributor

Description

Fixes clippy warnings in the quiz3 solution caused by unnecessary references in format!.

Changes

  • Removed redundant & references from format! arguments.

Testing

  • cargo dev check --require-solutions

@senekor

senekor commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

The first commit looks good, but the second one is unrelated. Please drop it.

@sobhanmohammadi-dev
sobhanmohammadi-dev deleted the fix-quiz3-clippy branch July 18, 2026 09:13
@senekor

senekor commented Jul 18, 2026

Copy link
Copy Markdown
Contributor

Did you delete the branch by accident? I only meant "drop the unrelated commit", not the PR.

@sobhanmohammadi-dev

Copy link
Copy Markdown
Contributor Author

Hi, I have created another PR with the unrelated changes removed. Could you please review it?

#2422

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.

2 participants