mirror of
https://github.com/fluencelabs/wasmer
synced 2025-03-16 08:10:49 +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]
|
||||
extern crate serde_derive;
|
||||
|
||||
#[allow(unused_imports)]
|
||||
#[macro_use]
|
||||
extern crate lazy_static;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user