File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
rust/ql/lib/codeql/rust/elements Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 22 * Provides classes for operations.
33 */
44
5- import internal.OperationImpl :: Impl as OperationImpl
5+ private import internal.OperationImpl
66private import codeql.rust.elements.internal.ExprImpl:: Impl as ExprImpl
77
8- final class Operation = OperationImpl :: Operation ;
8+ final class Operation = Impl :: Operation ;
Original file line number Diff line number Diff line change 55 */
66
77private import codeql.rust.elements.internal.generated.BinaryExpr
8- private import codeql.rust.elements.Operation :: OperationImpl as OperationImpl
8+ private import codeql.rust.elements.internal.OperationImpl :: Impl as OperationImpl
99
1010/**
1111 * INTERNAL: This module contains the customizable definition of `BinaryExpr` and should not
Original file line number Diff line number Diff line change 55 */
66
77private import codeql.rust.elements.internal.generated.PrefixExpr
8- private import codeql.rust.elements.Operation :: OperationImpl as OperationImpl
8+ private import codeql.rust.elements.internal.OperationImpl :: Impl as OperationImpl
99
1010/**
1111 * INTERNAL: This module contains the customizable definition of `PrefixExpr` and should not
You can’t perform that action at this time.
0 commit comments