[autofix.ci] apply automated fixes

This commit is contained in:
autofix-ci[bot]
2025-09-17 13:34:44 +00:00
committed by GitHub
parent 937df93770
commit da7c29eaf1

View File

@@ -10,12 +10,9 @@
all(feature = "nightly", rustc_nightly),
feature(unsized_const_params)
)]
// support for const generic &'static str has now moved back and forth between
// support for const generic &'static str has now moved back and forth between
// these two features a couple times; we'll just enable both
#![cfg_attr(
all(feature = "nightly", rustc_nightly),
feature(adt_const_params)
)]
#![cfg_attr(all(feature = "nightly", rustc_nightly), feature(adt_const_params))]
#![deny(missing_docs)]
/// Commonly-used traits.