diff --git a/crates/regex/src/config.rs b/crates/regex/src/config.rs index 75dfa575..5f40b8ca 100644 --- a/crates/regex/src/config.rs +++ b/crates/regex/src/config.rs @@ -191,7 +191,7 @@ impl ConfiguredHIR { /// text anchors. We disable it by not returning a line terminator, since /// without a line terminator, the fast search path can't be executed. /// - /// See: https://github.com/BurntSushi/ripgrep/issues/2260 + /// See: pub fn line_terminator(&self) -> Option { if self.is_any_anchored() { None