removed unused macros.rs
This commit is contained in:
parent
f10e72caeb
commit
d2b1b92f9e
@ -44,7 +44,6 @@ extern crate secp256k1;
|
|||||||
extern crate arrayvec;
|
extern crate arrayvec;
|
||||||
extern crate elastic_array;
|
extern crate elastic_array;
|
||||||
|
|
||||||
pub mod macros;
|
|
||||||
pub mod error;
|
pub mod error;
|
||||||
pub mod hash;
|
pub mod hash;
|
||||||
pub mod uint;
|
pub mod uint;
|
||||||
|
@ -1,11 +0,0 @@
|
|||||||
macro_rules! map(
|
|
||||||
{ $($key:expr => $value:expr),+ } => {
|
|
||||||
{
|
|
||||||
let mut m = ::std::collections::HashMap::new();
|
|
||||||
$(
|
|
||||||
m.insert($key, $value);
|
|
||||||
)+
|
|
||||||
m
|
|
||||||
}
|
|
||||||
};
|
|
||||||
);
|
|
Loading…
Reference in New Issue
Block a user