| Age | Commit message (Collapse) | Author | Lines | |
|---|---|---|---|---|
| 2019-12-31 | Lint within internal macros without a suggestion | Krishna Veera Reddy | -14/+0 | |
| 2019-12-31 | Prevent `mem_replace_with_default` lint within macros | Krishna Veera Reddy | -0/+14 | |
| Also added test cases for internal and external macros. | ||||
| 2019-12-31 | Add test cases for replace with `Default::default()` | Krishna Veera Reddy | -0/+1 | |
| 2019-12-31 | Use `mem::take` instead of `mem::replace` when applicable | Krishna Veera Reddy | -2/+19 | |
| `std::mem::take` can be used to replace a value of type `T` with `T::default()` instead of `std::mem::replace`. | ||||
| 2019-01-13 | Add run-rustfix to mem_replace test | Wilco Kusee | -0/+21 | |
