We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e3b5b commit adc8f15Copy full SHA for adc8f15
instruction-error/src/lib.rs
@@ -1,4 +1,5 @@
1
#![no_std]
2
+#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
3
use core::fmt;
4
#[cfg(feature = "num-traits")]
5
use num_traits::ToPrimitive;
instruction/src/lib.rs
@@ -11,7 +11,6 @@
11
//! [`AccountMeta`] values. The runtime uses this information to efficiently
12
//! schedule execution of transactions.
13
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14
-#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
15
#![allow(clippy::arithmetic_side_effects)]
16
17
0 commit comments