Big refactor.

This commit is contained in:
Gav
2018-01-16 17:55:07 +01:00
parent 571ad85cfe
commit caff772b83
15 changed files with 1037 additions and 973 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ pub use std::vec::Vec;
pub use std::rc::Rc;
pub use std::cell::RefCell;
pub use std::boxed::Box;
pub use std::mem::{size_of, transmute, swap};
pub use std::slice;
pub use std::mem::{size_of, transmute, swap, uninitialized};
pub use polkadot_state_machine::Externalities;
use std::fmt;