mirror of
https://github.com/github/codeql.git
synced 2025-12-16 08:43:11 +01:00
20 lines
527 B
Plaintext
Generated
20 lines
527 B
Plaintext
Generated
// generated by codegen, remove this comment if you wish to edit this file
|
|
/**
|
|
* This module provides a hand-modifiable wrapper around the generated class `Adt`.
|
|
*
|
|
* INTERNAL: Do not use.
|
|
*/
|
|
|
|
private import codeql.rust.elements.internal.generated.Adt
|
|
|
|
/**
|
|
* INTERNAL: This module contains the customizable definition of `Adt` and should not
|
|
* be referenced directly.
|
|
*/
|
|
module Impl {
|
|
/**
|
|
* An ADT (Abstract Data Type) definition, such as `Struct`, `Enum`, or `Union`.
|
|
*/
|
|
class Adt extends Generated::Adt { }
|
|
}
|