Skip to content

Commit

Permalink
remove obsolete comment
Browse files Browse the repository at this point in the history
  • Loading branch information
acheronfail committed Dec 18, 2023
1 parent 2e27080 commit fae1bd0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/cli/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,6 @@ pub struct RgArgs {
pub encoding: Option<String>,
/// 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<String>,
Expand Down

0 comments on commit fae1bd0

Please sign in to comment.