Fix unused macro_use import
This commit is contained in:
parent
bc74ea7e41
commit
0732962b59
1 changed files with 4 additions and 0 deletions
|
@ -28,9 +28,13 @@ extern crate libimagrt;
|
|||
extern crate libimagentrytag;
|
||||
extern crate libimagerror;
|
||||
|
||||
#[cfg(test)]
|
||||
#[macro_use]
|
||||
extern crate libimagutil;
|
||||
|
||||
#[cfg(not(test))]
|
||||
extern crate libimagutil;
|
||||
|
||||
#[cfg(test)]
|
||||
extern crate toml_query;
|
||||
|
||||
|
|
Loading…
Reference in a new issue