We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f86766a commit c032940Copy full SHA for c032940
1 file changed
cpp2rust/converter/converter.cpp
@@ -1749,7 +1749,6 @@ void Converter::ConvertIntegralToBooleanCast(clang::ImplicitCastExpr *expr) {
1749
}
1750
// Distribute bool conversion to each argument of the logical op.
1751
if (binop->isLogicalOp()) {
1752
- PushParen outer(*this);
1753
{
1754
PushParen paren(*this);
1755
ConvertCondition(binop->getLHS());
0 commit comments