Skip to content

Commit

Permalink
Remove feature from IncrementableU256
Browse files Browse the repository at this point in the history
  • Loading branch information
valentinfernandez1 committed Apr 5, 2024
1 parent 658cffd commit 989856d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion runtime/common/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ impl Incrementable for IncrementableU256 {
}

//Needed for Pallet Nfts Benchmark Helper
#[cfg(feature = "runtime-benchmarks")]
impl From<u16> for IncrementableU256 {
fn from(value: u16) -> Self {
IncrementableU256(U256::from(value))
Expand Down

0 comments on commit 989856d

Please sign in to comment.