Skip to content

Commit ed87610

Browse files
committed
add import
1 parent 6b00382 commit ed87610

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pallets/subtensor/src/math.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ use sp_std::cmp::Ordering;
77
use sp_std::vec;
88
use substrate_fixed::transcendental::{exp, ln};
99
use substrate_fixed::types::{I32F32, I64F64};
10+
use crate::alloc::borrow::ToOwned;
1011

1112
// TODO: figure out what cfg gate this needs to not be a warning in rustc
1213
#[allow(unused)]

0 commit comments

Comments
 (0)