This module should be named "entry"

This commit is contained in:
Matthias Beyer 2018-04-26 11:20:40 +02:00
parent f321aa82a1
commit c26f1aae2a
2 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ extern crate libimagerror;
#[macro_use]
extern crate libimagstore;
pub mod category;
pub mod entry;
pub mod error;
pub mod register;