mirror of
https://github.com/rust-lang/rust.git
synced 2025-11-18 12:05:53 +00:00
remove const_cow_is_borrowed feature gate The two functions guarded by this are still unstable, and there's no reason to require a separate feature gate for their const-ness -- we can just have `cow_is_borrowed` cover both kinds of stability. Cc #65143