Add missing As imports. (#877)

This commit is contained in:
Sergey Pepyakin
2018-10-05 17:22:01 +02:00
committed by Gav Wood
parent 68b4be14ff
commit 36d71cb88d
2 changed files with 2 additions and 4 deletions
+1 -3
View File
@@ -53,12 +53,10 @@ extern crate parity_codec as codec;
use runtime_support::{StorageValue, Parameter};
use runtime_support::dispatch::Result;
use runtime_primitives::traits::{OnFinalise, SimpleArithmetic, Zero};
use runtime_primitives::traits::{As, OnFinalise, SimpleArithmetic, Zero};
use system::ensure_inherent;
use rstd::ops::{Mul, Div};
#[cfg(any(feature = "std", test))]
use runtime_primitives::traits::As;
pub trait Trait: consensus::Trait + system::Trait {
/// The position of the required timestamp-set extrinsic.