Merge pull request #2117 from sinkuu/improve_take_by_value

Improve needless_pass_by_value
This commit is contained in:
Oliver Schneider
2017-10-08 20:14:55 +02:00
committed by GitHub
6 changed files with 293 additions and 147 deletions

View File

@@ -32,6 +32,7 @@ pub mod sugg;
pub mod inspector;
pub mod internal_lints;
pub mod author;
pub mod ptr;
pub use self::hir_utils::{SpanlessEq, SpanlessHash};
pub type MethodArgs = HirVec<P<Expr>>;