doc: appease rustdoc

This commit is contained in:
Andrew Gallant 2022-07-15 10:13:55 -04:00
parent 7efa2e46d3
commit 5e975c43f8
No known key found for this signature in database
GPG Key ID: B2E3A4923F8B0D44

View File

@ -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