about summary refs log tree commit diff
path: root/clippy_lints/src/inherent_impl.rs
AgeCommit message (Expand)AuthorLines
2018-09-14Fix pedantic filter_map warningsflip1995-2/+5
2018-09-12Change Hash{Map, Set} to FxHash{Map, Set}flip1995-3/+3
2018-08-29Switch to declare_tool_lint macroflip1995-1/+1
2018-08-28Update imports and rustupOliver Schneider-4/+10
2018-07-19Remove import of rustcManish Goregaokar-0/+1
2018-07-16Update for hir renamings in rustcOliver Schneider-1/+1
2018-05-29move lint to restriction groupFrançois Mockers-1/+1
2018-05-29adding to pedantic a lint that check for multiple inherent implementationsFrançois Mockers-0/+95