Skip to content

Commit 9160036

Browse files
committed
Rust: Rename OperationImpl -> Impl.
1 parent 48b95f3 commit 9160036

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

rust/ql/lib/codeql/rust/elements/Operation.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Provides classes for operations.
33
*/
44

5-
import internal.OperationImpl
5+
import internal.OperationImpl::Impl as OperationImpl
66
private import codeql.rust.elements.internal.ExprImpl::Impl as ExprImpl
77

88
final class Operation = OperationImpl::Operation;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ private import codeql.rust.elements.internal.ExprImpl::Impl as ExprImpl
1111
* INTERNAL: This module contains the customizable definition of `Operation` and should not
1212
* be referenced directly.
1313
*/
14-
module OperationImpl {
14+
module Impl {
1515
/**
1616
* An operation, for example `&&`, `+=`, `!` or `*`.
1717
*/

0 commit comments

Comments
 (0)