diff options
author | Keuin <[email protected]> | 2022-03-28 21:42:02 +0800 |
---|---|---|
committer | Keuin <[email protected]> | 2022-03-28 21:42:02 +0800 |
commit | 48c90d54d6ce61550054d163de8144f34828f651 (patch) | |
tree | ae18af33e6bb59d9932a4bf1fcfb9945505576cb /src | |
parent | 026f5839e2359d565229c05b768f8a7ed694bf4b (diff) |
Remove solved TODO.
Diffstat (limited to 'src')
-rw-r--r-- | src/main.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.rs b/src/main.rs index e5cb1bb..07380b5 100644 --- a/src/main.rs +++ b/src/main.rs @@ -34,7 +34,6 @@ fn with_object<T: Clone + Send>(obj: T) #[tokio::main] async fn main() { eprintln!("Loading configuration file {}...", CONFIG_FILE_NAME); - // TODO make some fields optional let config = Config::from_file(CONFIG_FILE_NAME); // configure logger |