mirror of
https://github.com/rust-lang/rust.git
synced 2026-04-27 18:57:42 +03:00
de72917050
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