summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndrew Gallant <jamslam@gmail.com>2022-07-15 10:13:55 -0400
committerAndrew Gallant <jamslam@gmail.com>2022-07-15 10:13:55 -0400
commit5e975c43f883f95e82fead3c663dadf70fe7b2ae (patch)
tree8103363d5c527ad4f8f9d7188fbac59044cdd061
parent7efa2e46d3f91450113cba3880e5cd88caf3c74c (diff)
doc: appease rustdoc
-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