Fix unused_imports error on lazy_static.

This commit is contained in:
losfair 2019-06-03 22:42:45 +08:00 committed by Syrus
parent 0a44add31c
commit 06280e225e

View File

@ -8,6 +8,7 @@ extern crate field_offset;
#[macro_use]
extern crate serde_derive;
#[allow(unused_imports)]
#[macro_use]
extern crate lazy_static;