renamed config-parser and implemented the first set of functions for the
macro extended and cleaned up format.rs and moved it into `config-parser` some other bits and bobs
This commit is contained in:
+1
-1
@@ -9,7 +9,7 @@ use std::io::{Error, Result};
|
||||
use std::path::PathBuf;
|
||||
use std::str::FromStr;
|
||||
|
||||
use crate::make_padding_string;
|
||||
use config_parser::format::make_padding_string;
|
||||
|
||||
use super::{apply_format, config::*};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user