fix compiler warnings, add storage/config.rs

This commit is contained in:
Dietmar Maurer
2018-11-30 11:15:26 +01:00
parent 9131286246
commit bfb1d69abc
8 changed files with 51 additions and 13 deletions

View File

@ -27,6 +27,7 @@ pub mod section_config;
pub mod storage {
pub mod config;
pub mod futures;
}