Compare commits

..

1 Commits
4300 ... 4277

Author SHA1 Message Date
Greg Johnston
4cb86d1272 docs: document some missing features 2025-09-03 09:27:14 -04:00

View File

@@ -10,9 +10,6 @@
all(feature = "nightly", rustc_nightly),
feature(unsized_const_params)
)]
// 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))]
#![deny(missing_docs)]
/// Commonly-used traits.