use indoc!

This commit is contained in:
NikVolf
2019-01-27 12:14:14 +03:00
parent 5b2cd9c4c6
commit 38e0f254b0
3 changed files with 79 additions and 80 deletions
+3 -2
View File
@@ -7,8 +7,9 @@ extern crate alloc;
extern crate byteorder;
extern crate parity_wasm;
#[macro_use]
extern crate log;
#[macro_use] extern crate log;
#[cfg(test)] #[macro_use] extern crate indoc;
pub mod rules;