-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Fix typos in recent lint documentation. #11826
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
Conversation
r? @Alexendoo (rustbot has picked a reviewer for you, use r? to override) |
☔ The latest upstream changes (presumably #11828) made this pull request unmergeable. Please resolve the merge conflicts. |
Also make the examples more realistic by hiding the `;`s so as not to visibly be discarding the computed value.
The original typo was fixed by the other PR but this PR still contains other improvements. Rebased. |
@bors r+ |
☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test |
Fixes typos and markup errors, and also makes the examples more realistic by hiding the
;
s so as not to visibly be discarding the computed value. Affected lints:redundant_as_str
unnecessary_map_on_constructor
changelog: none