🏁 fix Windows build
parent
3b618bd719
commit
23e4835933
|
@ -55,5 +55,6 @@ pub fn load <
|
|||
> (
|
||||
config_file_path: P
|
||||
) -> Result <T, LoadTomlError> {
|
||||
load_public (config_file_path)
|
||||
let f = File::open (&config_file_path)?;
|
||||
load_inner (f)
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue