Enable strict config parsing.

This commit is contained in:
Tomasz Drwięga
2018-01-03 10:51:39 +01:00
parent 6a01113610
commit e439eae54f
3 changed files with 30 additions and 5 deletions

View File

@@ -28,7 +28,7 @@ extern crate memory_cache;
#[macro_use]
extern crate lazy_static;
#[macro_use]
#[cfg_attr(feature = "evm-debug", macro_use)]
extern crate log;
#[cfg(feature = "jit")]