This commit is contained in:
Laurențiu Nicola 2025-10-24 17:10:23 +03:00
parent f01c69f144
commit 4e3fe6dad5

View file

@ -1907,7 +1907,7 @@ fn is_in_block(node: &SyntaxNode) -> bool {
.unwrap_or(false)
}
/// Similar to `has_parens`, heuristic sensing incomplete statement before ambigiguous `Expr`
/// Similar to `has_parens`, heuristic sensing incomplete statement before ambiguous `Expr`
///
/// Heuristic:
///