Skip to content
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

Add more infomation about LintStore registration #6193

Merged
merged 1 commit into from
Oct 20, 2020

Conversation

Ryan1729
Copy link
Contributor

Backstory: I somehow missed the fact that I needed to register a lint pass in order for it to run, and I spent some time confused until I figured it out. So I wanted to make it clear that a missing register_(early|late)_pass call is a likely cause of a lint not running.

changelog: none

Backstory: I somehow missed the fact that I needed to register a lint pass in order for it to run, and I spent some time confused until I figured it out. So I wanted to make it clear that a missing `register_(early|late)_pass` call is a likely cause of a lint not running.
@rust-highfive
Copy link

r? @phansch

(rust_highfive has picked a reviewer for you, use r? to override)

@rust-highfive rust-highfive added the S-waiting-on-review Status: Awaiting review from the assignee but also interested parties label Oct 18, 2020
@phansch
Copy link
Member

phansch commented Oct 20, 2020

@bors r+ thanks!

@bors
Copy link
Contributor

bors commented Oct 20, 2020

📌 Commit 67bc11b has been approved by phansch

@bors
Copy link
Contributor

bors commented Oct 20, 2020

⌛ Testing commit 67bc11b with merge 85959be...

@bors
Copy link
Contributor

bors commented Oct 20, 2020

☀️ Test successful - checks-action_dev_test, checks-action_remark_test, checks-action_test
Approved by: phansch
Pushing 85959be to master...

@bors bors merged commit 85959be into rust-lang:master Oct 20, 2020
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.

4 participants