reorganise 2

master
Avril 4 years ago
parent e656f5eec1
commit 2738e465ba
Signed by: flanchan
GPG Key ID: 284488987C31F630

@ -4,5 +4,7 @@ use super::*;
/// Parse a single config file /// Parse a single config file
pub fn global(to: &mut Config, path: impl AsRef<Path>) -> Result<(), error::Error> pub fn global(to: &mut Config, path: impl AsRef<Path>) -> Result<(), error::Error>
{ {
todo!() let path = path.as_ref();
todo!();
} }

Loading…
Cancel
Save