No need to make config pub

This commit is contained in:
kjeremy 2019-10-11 15:13:15 -04:00
parent 0896ca04c4
commit 04963fa14d

View file

@ -7,7 +7,7 @@ mod conv;
mod main_loop;
mod markdown;
pub mod req;
pub mod config;
mod config;
mod world;
pub type Result<T> = std::result::Result<T, Box<dyn std::error::Error + Send + Sync>>;