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 771d934 commit 92122feCopy full SHA for 92122fe
docs/codeql/codeql-language-guides/basic-query-for-rust-code.rst
@@ -33,7 +33,7 @@ Running a quick query
33
34
from IfExpr ifExpr
35
where ifExpr.getThen().(BlockExpr).getStmtList().getNumberOfStmtOrExpr() = 0
36
- select ifExpr, "This 'if' statement is redundant."
+ select ifExpr, "This 'if' expression is redundant."
37
38
.. include:: ../reusables/vs-code-basic-instructions/run-quick-query-2.rst
39
0 commit comments