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.
2 parents b37696d + 4e3fe6d commit 439488eCopy full SHA for 439488e
src/tools/rust-analyzer/crates/ide-completion/src/context/analysis.rs
@@ -1907,7 +1907,7 @@ fn is_in_block(node: &SyntaxNode) -> bool {
1907
.unwrap_or(false)
1908
}
1909
1910
-/// Similar to `has_parens`, heuristic sensing incomplete statement before ambigiguous `Expr`
+/// Similar to `has_parens`, heuristic sensing incomplete statement before ambiguous `Expr`
1911
///
1912
/// Heuristic:
1913
0 commit comments