libimagutil does not provide macros anymore
This commit is contained in:
parent
4472449696
commit
8253fb9795
3 changed files with 3 additions and 3 deletions
|
@ -44,7 +44,7 @@ extern crate env_logger;
|
|||
|
||||
#[macro_use] extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
extern crate libimagutil;
|
||||
|
||||
module_entry_path_mod!("links");
|
||||
|
||||
|
|
|
@ -40,7 +40,7 @@ extern crate toml;
|
|||
|
||||
extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
extern crate libimagutil;
|
||||
|
||||
pub mod error;
|
||||
pub mod exec;
|
||||
|
|
|
@ -46,7 +46,7 @@ extern crate itertools;
|
|||
#[macro_use] extern crate is_match;
|
||||
|
||||
#[macro_use] extern crate libimagerror;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
extern crate libimagutil;
|
||||
|
||||
#[macro_use] mod util;
|
||||
|
||||
|
|
Loading…
Reference in a new issue