Skip to content

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
Contributor

phansch commented Jan 3, 2019

@bors r+

@bors
Copy link
Contributor

bors commented Jan 3, 2019

📌 Commit 3af68f8 has been approved by phansch

@bors
Copy link
Contributor

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
Contributor

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