Skip to content

Commit adc8f15

Browse files
committed
move min_specialization to instruction-error
1 parent 39e3b5b commit adc8f15

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

instruction-error/src/lib.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
#![no_std]
2+
#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
23
use core::fmt;
34
#[cfg(feature = "num-traits")]
45
use num_traits::ToPrimitive;

instruction/src/lib.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
//! [`AccountMeta`] values. The runtime uses this information to efficiently
1212
//! schedule execution of transactions.
1313
#![cfg_attr(docsrs, feature(doc_auto_cfg))]
14-
#![cfg_attr(feature = "frozen-abi", feature(min_specialization))]
1514
#![allow(clippy::arithmetic_side_effects)]
1615
#![no_std]
1716

0 commit comments

Comments
 (0)