From fae1ef58aecca55607d40e97530c934853e2acac Mon Sep 17 00:00:00 2001 From: acheronfail Date: Mon, 18 Dec 2023 10:57:16 +1030 Subject: [PATCH] remove obsolete comment --- src/cli/mod.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/cli/mod.rs b/src/cli/mod.rs index cfad7e8..b0226c2 100644 --- a/src/cli/mod.rs +++ b/src/cli/mod.rs @@ -80,7 +80,6 @@ pub struct RgArgs { pub encoding: Option, /// Whether fixed strings was enabled - means we only need to substring search rather than /// regular expression searching. - /// TODO: this is currently unused, we need to update `replace.rs` to use it pub fixed_strings: bool, /// All other args that were passed will be forwarded to ripgrep. pub other_args: Vec,