From 5e975c43f883f95e82fead3c663dadf70fe7b2ae Mon Sep 17 00:00:00 2001 From: Andrew Gallant Date: Fri, 15 Jul 2022 10:13:55 -0400 Subject: doc: appease rustdoc --- crates/regex/src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit v1.2.3