mirror of
https://github.com/github/codeql.git
synced 2026-07-20 10:48:17 +02:00
Rust: Rename OperationImpl -> Impl.
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
* Provides classes for operations.
|
||||
*/
|
||||
|
||||
import internal.OperationImpl
|
||||
import internal.OperationImpl::Impl as OperationImpl
|
||||
private import codeql.rust.elements.internal.ExprImpl::Impl as ExprImpl
|
||||
|
||||
final class Operation = OperationImpl::Operation;
|
||||
|
||||
@@ -11,7 +11,7 @@ private import codeql.rust.elements.internal.ExprImpl::Impl as ExprImpl
|
||||
* INTERNAL: This module contains the customizable definition of `Operation` and should not
|
||||
* be referenced directly.
|
||||
*/
|
||||
module OperationImpl {
|
||||
module Impl {
|
||||
/**
|
||||
* An operation, for example `&&`, `+=`, `!` or `*`.
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user