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 2
2
* Provides classes for operations.
3
3
*/
4
4
5
- import internal.OperationImpl :: Impl as OperationImpl
5
+ private import internal.OperationImpl
6
6
private import codeql.rust.elements.internal.ExprImpl:: Impl as ExprImpl
7
7
8
- final class Operation = OperationImpl :: Operation ;
8
+ final class Operation = Impl :: Operation ;
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
private 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
9
9
10
10
/**
11
11
* INTERNAL: This module contains the customizable definition of `BinaryExpr` and should not
Original file line number Diff line number Diff line change 5
5
*/
6
6
7
7
private 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
9
9
10
10
/**
11
11
* INTERNAL: This module contains the customizable definition of `PrefixExpr` and should not
You can’t perform that action at this time.
0 commit comments