Remove unused macro import
This commit is contained in:
parent
87cab6dbb9
commit
992bba86d9
1 changed files with 1 additions and 1 deletions
|
@ -42,11 +42,11 @@ extern crate regex;
|
|||
extern crate itertools;
|
||||
|
||||
#[macro_use] extern crate libimagstore;
|
||||
#[macro_use] extern crate libimagutil;
|
||||
#[macro_use] extern crate libimagerror;
|
||||
extern crate libimagentryedit;
|
||||
extern crate libimagentryview;
|
||||
extern crate libimagrt;
|
||||
extern crate libimagutil;
|
||||
|
||||
module_entry_path_mod!("diary");
|
||||
|
||||
|
|
Loading…
Reference in a new issue