Skip to content

Commit b9a132d

Browse files
committed
Rust: Remove redundant cast.
1 parent 53cae68 commit b9a132d

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rust/ql/lib/codeql/rust/security/SensitiveData.qll

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ private class SensitiveVariableAccess extends SensitiveData {
5353
HeuristicNames::nameIndicatesSensitiveData(this.asExpr()
5454
.(VariableAccess)
5555
.getVariable()
56-
.(Variable)
5756
.getText(), classification)
5857
}
5958

0 commit comments

Comments
 (0)