We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
struct
1 parent a603756 commit 48b8e45Copy full SHA for 48b8e45
1 file changed
src/closures.rs
@@ -160,6 +160,7 @@ fn rewrite_closure_with_block(
160
.first()
161
.map(|attr| attr.span.to(body.span))
162
.unwrap_or(body.span),
163
+ could_be_bare_literal: false,
164
};
165
let block = crate::expr::rewrite_block_with_visitor(
166
context,
0 commit comments