add return clause + update todo
This commit is contained in:
parent
3cbf22cb83
commit
609c00fca1
2 changed files with 3 additions and 3 deletions
|
@ -30,5 +30,6 @@ impl Config {
|
|||
|
||||
pub static CONFIG: LazyLock<Config> = LazyLock::new(|| {
|
||||
let config = Config::load_from_file("config.toml");
|
||||
config
|
||||
|
||||
return config;
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue