summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--crates/regex/src/config.rs2
1 files changed, 1 insertions, 1 deletions
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: <https://github.com/BurntSushi/ripgrep/issues/2260>
pub fn line_terminator(&self) -> Option<LineTerminator> {
if self.is_any_anchored() {
None