From af4a102854b06a6488e4c73c8492b2903642477e Mon Sep 17 00:00:00 2001 From: Jonathan Strong Date: Thu, 8 Sep 2022 22:43:15 -0400 Subject: [PATCH] remove obe comment --- src/main.rs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main.rs b/src/main.rs index ae99576..42f2946 100644 --- a/src/main.rs +++ b/src/main.rs @@ -129,8 +129,6 @@ pub struct Config { #[serde(default)] #[clap(short, long, exclusive(true))] pub config_file: Option, - // TODO: offer some way to specify you want to use an existing - // path as the index, instead of cloning it } const DEFAULT_OUTPUT_PATH: &str = "output";