summaryrefslogtreecommitdiff
path: root/src/main.rs
diff options
context:
space:
mode:
authorKeuin <[email protected]>2022-03-28 21:42:02 +0800
committerKeuin <[email protected]>2022-03-28 21:42:02 +0800
commit48c90d54d6ce61550054d163de8144f34828f651 (patch)
treeae18af33e6bb59d9932a4bf1fcfb9945505576cb /src/main.rs
parent026f5839e2359d565229c05b768f8a7ed694bf4b (diff)
Remove solved TODO.
Diffstat (limited to 'src/main.rs')
-rw-r--r--src/main.rs1
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