Allow incomplete features in frozen-abi (#16204)
(cherry picked from commit 9ba9d2a8ae
)
Co-authored-by: Trent Nelson <trent@solana.com>
This commit is contained in:
@ -1,3 +1,4 @@
|
||||
#![allow(incomplete_features)]
|
||||
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
|
||||
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(incomplete_features)]
|
||||
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
|
||||
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
@ -1,3 +1,4 @@
|
||||
#![allow(incomplete_features)]
|
||||
#![cfg_attr(RUSTC_WITH_SPECIALIZATION, feature(specialization))]
|
||||
#![cfg_attr(RUSTC_NEEDS_PROC_MACRO_HYGIENE, feature(proc_macro_hygiene))]
|
||||
#![allow(clippy::integer_arithmetic)]
|
||||
|
Reference in New Issue
Block a user