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