rust/src/lintlist
Krishna Veera Reddy 8db319f957 Use mem::take instead of mem::replace when applicable
`std::mem::take` can be used to replace a value of type `T`
with `T::default()` instead of `std::mem::replace`.
2019-12-31 09:22:34 -08:00
..
2019-06-12 12:29:37 -07:00