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 815af34 commit 329df20Copy full SHA for 329df20
rust/ql/lib/codeql/rust/security/Barriers.qll
@@ -11,7 +11,7 @@ private import codeql.rust.controlflow.ControlFlowGraph as Cfg
11
private import codeql.rust.controlflow.CfgNodes as CfgNodes
12
private import codeql.rust.frameworks.stdlib.Builtins as Builtins
13
14
-/** A node whose type is a numeric. */
+/** A node whose type is a numeric type. */
15
class NumericTypeBarrier extends DataFlow::Node {
16
NumericTypeBarrier() {
17
TypeInference::inferType(this.asExpr()).(StructType).getStruct() instanceof
0 commit comments