Skip to content
Snippets Groups Projects
Commit a3b9c2af authored by asynchronous rob's avatar asynchronous rob
Browse files

fix compiler warning

parent 0035369f
Branches
No related merge requests found
...@@ -19,7 +19,8 @@ ...@@ -19,7 +19,8 @@
#![warn(missing_docs)] #![warn(missing_docs)]
extern crate polkadot_primitives as primitives; extern crate polkadot_primitives as primitives;
#[macro_use]
#[cfg_attr(test, macro_use)]
extern crate hex_literal; extern crate hex_literal;
extern crate hashdb; extern crate hashdb;
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment