2038084cf2
Fix redundant_allocation warning for Rc<Box<str>> changelog: [`redundant_allocation`] Fixes #8604 Fixes false positives where a fat pointer with `str` type was made thin by another allocation, but that thinning allocation was marked as redundant