🏁 fix Windows build

main
_ 2023-10-30 21:13:07 -05:00
parent 3b618bd719
commit 23e4835933
1 changed files with 2 additions and 1 deletions

View File

@ -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)
}