We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12c09c commit 9c7c558Copy full SHA for 9c7c558
regex-syntax/src/hir/mod.rs
@@ -2138,7 +2138,7 @@ impl Properties {
2138
/// Returns whether there are any look-around expressions in this HIR value.
2139
///
2140
/// Only returns true for [`HirKind::LookAround`] and not for
2141
- /// [`HirKind::Look`], which can be queried by [`look_set`] instead.
+ /// [`HirKind::Look`], which can be queried by [`look_set`](Properties::look_set) instead.
2142
#[inline]
2143
pub fn contains_lookaround_expr(&self) -> bool {
2144
self.0.contains_lookaround_expr
0 commit comments