Closed
Description
The retain_mut
crate is a dependency of the uu_tee
crate. The functionality provided by retain_mut
was stabilized in the standard library earlier this year in the 1.61.0 release. As a result, the maintainer of retain_mut
has marked the crate as deprecated and no longer maintains it.
We should remove the dependency and use the standard library's functionality in uu_tee
crate once we bump the MSRV to 1.61.0 or later. I don't think this presents a pressing reason to raise the MSRV. This is just a reminder to remove the dependency when the time comes.