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 69cb86d commit 1fb5a54Copy full SHA for 1fb5a54
compiler/rustc_ast/src/ast.rs
@@ -1194,7 +1194,7 @@ impl Expr {
1194
}
1195
1196
1197
- /// Returns an expression with (when possible) *one* outer brace removed
+ /// Returns an expression with (when possible) *one* outter outter brace removed
1198
pub fn maybe_unwrap_block(&self) -> &Expr {
1199
if let ExprKind::Block(block, None) = &self.kind
1200
&& let [stmt] = block.stmts.as_slice()
0 commit comments