Skip to content

Commit 8d4bb97

Browse files
committed
Rust: make VariableAccess non-abstract
1 parent a08b4b7 commit 8d4bb97

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

rust/ql/lib/codeql/rust/elements/internal/VariableImpl.qll

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -430,8 +430,7 @@ module Impl {
430430
}
431431

432432
/** A variable access. */
433-
abstract class VariableAccess extends PathExprBaseImpl::PathExprBase instanceof VariableAccessCand
434-
{
433+
class VariableAccess extends PathExprBaseImpl::PathExprBase instanceof VariableAccessCand {
435434
private string name;
436435
private Variable v;
437436

0 commit comments

Comments
 (0)