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:
@ -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
|
||||||
|
Reference in New Issue
Block a user