replace_with
replace_with copied to clipboard
Remove `std` feature flag from `replace_with_or_abort_and_return_unchecked`
AFAICT, this function doesn't have any additional requirements beyond replace_with_or_abort_unchecked, which does not require std, so this should be OK to remove.