Import libimagutil properly
This commit is contained in:
parent
0732962b59
commit
1c079c9501
1 changed files with 4 additions and 1 deletions
|
@ -44,10 +44,13 @@ extern crate libimagrt;
|
||||||
extern crate libimagstore;
|
extern crate libimagstore;
|
||||||
extern crate libimagerror;
|
extern crate libimagerror;
|
||||||
|
|
||||||
#[allow(unused_imports)]
|
#[cfg(test)]
|
||||||
#[macro_use]
|
#[macro_use]
|
||||||
extern crate libimagutil;
|
extern crate libimagutil;
|
||||||
|
|
||||||
|
#[cfg(not(test))]
|
||||||
|
extern crate libimagutil;
|
||||||
|
|
||||||
use std::ops::Deref;
|
use std::ops::Deref;
|
||||||
|
|
||||||
use libimagrt::runtime::Runtime;
|
use libimagrt::runtime::Runtime;
|
||||||
|
|
Loading…
Reference in a new issue