Export module entry path string
This commit is contained in:
parent
fae6190cbe
commit
bf4a5cda44
1 changed files with 3 additions and 1 deletions
|
@ -43,7 +43,9 @@ extern crate libimagrt;
|
|||
extern crate libimagentryedit;
|
||||
extern crate libimagentrytag;
|
||||
|
||||
module_entry_path_mod!("notes");
|
||||
pub static MODULE_ENTRY_PATH_NAME: &'static str = "notes";
|
||||
|
||||
module_entry_path_mod!(MODULE_ENTRY_PATH_NAME);
|
||||
|
||||
pub mod error;
|
||||
pub mod note;
|
||||
|
|
Loading…
Reference in a new issue