Rust: statement -> expression.

This commit is contained in:
Geoffrey White
2025-09-30 15:48:17 +01:00
parent 771d9345b5
commit 92122fef58

View File

@@ -33,7 +33,7 @@ Running a quick query
from IfExpr ifExpr
where ifExpr.getThen().(BlockExpr).getStmtList().getNumberOfStmtOrExpr() = 0
select ifExpr, "This 'if' statement is redundant."
select ifExpr, "This 'if' expression is redundant."
.. include:: ../reusables/vs-code-basic-instructions/run-quick-query-2.rst