Merge pull request #1093 from oli-obk/serde_specific_lint

lint on implementing `visit_string` without also implementing `visit_str`
This commit is contained in:
llogiq
2016-07-18 11:53:28 +02:00
committed by GitHub
11 changed files with 163 additions and 7 deletions

View File

@@ -25,6 +25,7 @@ pub mod conf;
mod hir;
pub mod paths;
pub mod sugg;
pub mod internal_lints;
pub use self::hir::{SpanlessEq, SpanlessHash};
pub type MethodArgs = HirVec<P<Expr>>;