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 run-rustfix for deref_addrof lint #3976

Merged
merged 1 commit into from
Apr 17, 2019

Conversation

phansch
Copy link
Member

@phansch phansch commented Apr 16, 2019

  • renames tests/ui/reference.{rs,stderr} to
    `tests/ui/deref_addrof.{rs,stderr}
  • Moves small part of the testfile to a separate file as the lint
    triggered again on the fixed code (as intended)
  • Adds // run-rustfix to tests/ui/deref_addrof.rs

cc #3630

* renames `tests/ui/reference.{rs,stderr}` to
  `tests/ui/deref_addrof.{rs,stderr}
* Moves small part of the testfile to a separate file as the lint
  triggered again on the fixed code (as intended)
* Adds `// run-rustfix` to `tests/ui/deref_addrof.rs`
@flip1995
Copy link
Member

@bors r+

@bors
Copy link
Collaborator

bors commented Apr 16, 2019

📌 Commit d1e84c6 has been approved by flip1995

@bors
Copy link
Collaborator

bors commented Apr 17, 2019

⌛ Testing commit d1e84c6 with merge 1936368...

bors added a commit that referenced this pull request Apr 17, 2019
Add run-rustfix for deref_addrof lint

* renames `tests/ui/reference.{rs,stderr}` to
  `tests/ui/deref_addrof.{rs,stderr}
* Moves small part of the testfile to a separate file as the lint
  triggered again on the fixed code (as intended)
* Adds `// run-rustfix` to `tests/ui/deref_addrof.rs`

cc #3630
@bors
Copy link
Collaborator

bors commented Apr 17, 2019

☀️ Test successful - checks-travis, status-appveyor
Approved by: flip1995
Pushing 1936368 to master...

@bors bors merged commit d1e84c6 into rust-lang:master Apr 17, 2019
@phansch phansch deleted the deref_addrof_rustfix branch April 17, 2019 04:44
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.

3 participants