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

Make clippy work with parallel rustc #3621

Merged
merged 1 commit into from
Jan 3, 2019
Merged

Conversation

Zoxc
Copy link
Contributor

@Zoxc Zoxc commented Jan 3, 2019

No description provided.

@matthiaskrgr
Copy link
Member

This needs a rustfmt run

Diff in /home/travis/build/rust-lang/rust-clippy/clippy_lints/src/enum_variants.rs at line 15:
 use rustc::{declare_tool_lint, lint_array};
 use syntax::ast::*;
 use syntax::source_map::Span;
-use syntax::symbol::{LocalInternedString, InternedString};
+use syntax::symbol::{InternedString, LocalInternedString};
 
 /// **What it does:** Detects enumeration variants that are prefixed or suffixed
 /// by the same characters.

@phansch

This comment has been minimized.

@phansch
Copy link
Member

phansch commented Jan 3, 2019

@bors r+

@bors
Copy link
Collaborator

bors commented Jan 3, 2019

📌 Commit 3af68f8 has been approved by phansch

@bors
Copy link
Collaborator

bors commented Jan 3, 2019

⌛ Testing commit 3af68f8 with merge c7c75db...

bors added a commit that referenced this pull request Jan 3, 2019
Make clippy work with parallel rustc
@bors
Copy link
Collaborator

bors commented Jan 3, 2019

☀️ Test successful - status-appveyor, status-travis
Approved by: phansch
Pushing c7c75db to master...

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.

4 participants