Skip to content
This repository was archived by the owner on Nov 24, 2023. It is now read-only.

Add tests for some edition lints #99

Merged
merged 1 commit into from
May 11, 2018

Conversation

alexcrichton
Copy link
Member

  • Internal use paths should be rewritten to crate:: where possible
  • Internal use paths should not be rewritten if the feature isn't enabled
  • extern crate foo directives should be removed

* Internal `use` paths should be rewritten to `crate::` where possible
* Internal `use` paths should not be rewritten if the feature isn't enabled
* `extern crate foo` directives should be removed
@alexcrichton alexcrichton requested a review from killercup May 11, 2018 14:36
Copy link
Member

@killercup killercup left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

we should also upstream this to rustc’s test suite

@killercup killercup merged commit df678eb into rust-lang:master May 11, 2018
@alexcrichton alexcrichton deleted the some-tests branch May 11, 2018 18:15
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants