mirror of
https://github.com/fluencelabs/wasmer
synced 2025-04-01 23:41:03 +00:00
Fix unused_imports error on lazy_static.
This commit is contained in:
parent
0a44add31c
commit
06280e225e
@ -8,6 +8,7 @@ extern crate field_offset;
|
|||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate serde_derive;
|
extern crate serde_derive;
|
||||||
|
|
||||||
|
#[allow(unused_imports)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate lazy_static;
|
extern crate lazy_static;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user