mirror of
https://github.com/openharmony/third_party_rust_rust-smallvec.git
synced 2026-07-15 13:15:39 -04:00
Auto merge of #232 - c410-f3r:patch-1, r=mbrubeck
Use min_const_generics
This commit is contained in:
+2
-2
@@ -72,10 +72,10 @@
|
||||
|
||||
#![no_std]
|
||||
#![cfg_attr(feature = "union", feature(untagged_unions))]
|
||||
#![cfg_attr(feature = "specialization", allow(incomplete_features))]
|
||||
#![cfg_attr(feature = "specialization", feature(specialization))]
|
||||
#![cfg_attr(feature = "may_dangle", feature(dropck_eyepatch))]
|
||||
#![cfg_attr(feature = "const_generics", allow(incomplete_features))]
|
||||
#![cfg_attr(feature = "const_generics", feature(const_generics))]
|
||||
#![cfg_attr(feature = "const_generics", feature(min_const_generics))]
|
||||
#![deny(missing_docs)]
|
||||
|
||||
#[doc(hidden)]
|
||||
|
||||
Reference in New Issue
Block a user