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-12-23 05:28:23 +07:00
2019-12-24 03:06:52 +07:00