Merge pull request #2117 from sinkuu/improve_take_by_value
Improve needless_pass_by_value
This commit is contained in:
@@ -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>>;
|
||||
|
||||
Reference in New Issue
Block a user