No need to make config pub
This commit is contained in:
parent
0896ca04c4
commit
04963fa14d
@ -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>>;
|
||||
|
Loading…
x
Reference in New Issue
Block a user