mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Rust: Fix typo
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
815af34c66
commit
329df20e55
@@ -11,7 +11,7 @@ private import codeql.rust.controlflow.ControlFlowGraph as Cfg
|
||||
private import codeql.rust.controlflow.CfgNodes as CfgNodes
|
||||
private import codeql.rust.frameworks.stdlib.Builtins as Builtins
|
||||
|
||||
/** A node whose type is a numeric. */
|
||||
/** A node whose type is a numeric type. */
|
||||
class NumericTypeBarrier extends DataFlow::Node {
|
||||
NumericTypeBarrier() {
|
||||
TypeInference::inferType(this.asExpr()).(StructType).getStruct() instanceof
|
||||
|
||||
Reference in New Issue
Block a user