stabilize [T]::array_windows

This commit is contained in:
bendn 2025-11-11 13:46:52 +07:00
parent 2fb805367d
commit 919e46f4d4
No known key found for this signature in database
GPG key ID: 0D9D3A2A3B2A93D6
16 changed files with 18 additions and 23 deletions

View file

@ -5,8 +5,8 @@
//! This API is completely unstable and subject to change.
// tidy-alphabetical-start
#![cfg_attr(bootstrap, feature(array_windows))]
#![doc(test(attr(deny(warnings), allow(internal_features))))]
#![feature(array_windows)]
#![feature(associated_type_defaults)]
#![feature(box_patterns)]
#![feature(if_let_guard)]