1
0
mirror of https://github.com/BurntSushi/ripgrep.git synced 2025-06-14 22:15:13 +02:00

doc: appease rustdoc

This commit is contained in:
Andrew Gallant
2022-07-15 10:13:55 -04:00
parent 7efa2e46d3
commit 5e975c43f8

View File

@ -191,7 +191,7 @@ impl ConfiguredHIR {
/// text anchors. We disable it by not returning a line terminator, since /// text anchors. We disable it by not returning a line terminator, since
/// without a line terminator, the fast search path can't be executed. /// 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> { pub fn line_terminator(&self) -> Option<LineTerminator> {
if self.is_any_anchored() { if self.is_any_anchored() {
None None