-
Notifications
You must be signed in to change notification settings - Fork 14k
a few small clippy fixes #148667
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
base: master
Are you sure you want to change the base?
a few small clippy fixes #148667
Conversation
|
cc @Muscraft These commits modify compiler targets. |
|
rustbot has assigned @JonathanBrouwer. Use |
| // Because we want to track parent items and so forth, enable | ||
| // deep walking so that we walk nested items in the context of | ||
| // their outer items. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to be a general comment about all the following visit_nested_* methods, not one in particular.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Agree
| // LL + NEWER | ||
| // | <- row_num | ||
|
|
||
| let snippet = sm.span_to_snippet(part.span).unwrap_or_default(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It isn't used above...
|
Seems like this #t-infra > CI keeps failing because of npm error |
|
r=me when npm problem will be fixed and ci is green @bors delegate+ |
|
The job Click to see the possible cause of the failure (guessed by this bot) |
No description provided.