Move the toml helpers to elefren::helpers::toml

This commit is contained in:
Paul Woolcock
2018-08-25 09:13:49 -04:00
parent c5788b8bd5
commit 45f4cbbbfe
6 changed files with 94 additions and 93 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ pub use self::elefren::{apps::prelude::*, prelude::*};
use std::{error::Error, io};
#[cfg(feature = "toml")]
use self::elefren::data::toml;
use self::elefren::helpers::toml;
#[allow(dead_code)]
#[cfg(feature = "toml")]