mirror of
https://github.com/BurntSushi/ripgrep.git
synced 2025-05-19 01:30:21 -07:00
doc: appease rustdoc
This commit is contained in:
parent
7efa2e46d3
commit
5e975c43f8
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user