Closed smnz closed 4 years ago
Since 0.4.0 it seems an old error has come back whereby if a configuration file is missing a field it gives an Error during load_config.
You might want to make your field an Option<T> if it is optional in your config?
Option<T>
Ah. Apologies.
No need to apologize, we're here to help! :heart:
Since 0.4.0 it seems an old error has come back whereby if a configuration file is missing a field it gives an Error during load_config.