Clean up depedencies and cargo tomls (#4180)

* Clean up depedencies and cargo tomls

* Yeah, fuck it
This commit is contained in:
Bastian Köcher
2019-11-22 13:02:51 +01:00
committed by Gavin Wood
parent 11703a5916
commit 7769554af6
7 changed files with 6 additions and 11 deletions
+2
View File
@@ -181,7 +181,9 @@ use sr_primitives::{
};
use system::{IsDeadAccount, OnNewAccount, ensure_signed, ensure_root};
#[cfg(test)]
mod mock;
#[cfg(test)]
mod tests;
pub use self::imbalances::{PositiveImbalance, NegativeImbalance};
-2
View File
@@ -16,8 +16,6 @@
//! Test utilities
#![cfg(test)]
use sr_primitives::{Perbill, traits::{ConvertInto, IdentityLookup}, testing::Header};
use primitives::H256;
use runtime_io;
-2
View File
@@ -16,8 +16,6 @@
//! Tests for the module.
#![cfg(test)]
use super::*;
use mock::{Balances, ExtBuilder, Runtime, System, info_from_weight, CALL};
use sr_primitives::traits::SignedExtension;