Migrate srml crates to the 2018 edition (#1755)

This commit is contained in:
Stanislav Tkach
2019-02-11 12:42:36 +02:00
committed by Gav Wood
parent b28f7328ac
commit c860787db7
37 changed files with 220 additions and 422 deletions
+2 -1
View File
@@ -20,8 +20,9 @@
use super::*;
use runtime_io::with_externalities;
use srml_support::{assert_ok, assert_noop};
use mock::{Balances, Session, Staking, System, Timestamp, Test, new_test_ext, Origin};
use runtime_support::traits::Currency;
use srml_support::traits::Currency;
#[test]
fn note_null_offline_should_work() {